An open API service indexing awesome lists of open source software.

https://github.com/stscl/sshicm

Information Consistency-Based Measures for Spatial Stratified Heterogeneity
https://github.com/stscl/sshicm

geoinformatics geospatial-analysis information-theory spatial-statistics spatial-stratified-heterogeneity

Last synced: 12 days ago
JSON representation

Information Consistency-Based Measures for Spatial Stratified Heterogeneity

Awesome Lists containing this project

README

        

---
output: github_document
---

```{r, include = FALSE}
knitr::opts_chunk$set(
collapse = TRUE,
comment = "##",
fig.path = "man/figures/README-",
out.width = "100%"
)
```

# sshicm sshicm website

logo by Sibyl

[![Lifecycle: experimental](https://img.shields.io/badge/lifecycle-experimental-cyan.svg)](https://lifecycle.r-lib.org/articles/stages.html#experimental)
[![CRAN](https://www.r-pkg.org/badges/version/sshicm)](https://CRAN.R-project.org/package=sshicm)
[![DownloadsAll](https://badgen.net/cran/dt/sshicm?color=orange)](https://CRAN.R-project.org/package=sshicm)
[![DownloadsMonth](https://cranlogs.r-pkg.org/badges/sshicm)](https://CRAN.R-project.org/package=sshicm)
[![R-universe](https://stscl.r-universe.dev/badges/sshicm?color=cyan)](https://stscl.r-universe.dev/sshicm)

**Information Consistency-Based Measures for Spatial Stratified Heterogeneity**

## Installation

- Install from [CRAN](https://CRAN.R-project.org/package=sshicm) with:

``` r
install.packages("sshicm", dep = TRUE)
```

- Install binary version from [R-universe](https://stscl.r-universe.dev/sshicm) with:

``` r
install.packages("sshicm",
repos = c("https://stscl.r-universe.dev",
"https://cloud.r-project.org"),
dep = TRUE)
```

- Install from source code on [GitHub](https://github.com/stscl/sshicm) with:

```r
if (!requireNamespace("devtools")) {
install.packages("devtools")
}
devtools::install_github("stscl/sshicm",
build_vignettes = TRUE,
dep = TRUE)
```