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

https://github.com/stscl/cisp

A Correlation Indicator Based on Spatial Patterns
https://github.com/stscl/cisp

association correlation geoinformatics r spatial-patterns

Last synced: 6 months ago
JSON representation

A Correlation Indicator Based on Spatial Patterns

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%"
)
```

# cisp cisp website

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

**A Correlation Indicator Based on Spatial Patterns**

## Installation

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

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

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

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

- Install development source version from [GitHub](https://github.com/stscl/cisp) with:

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