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
- Host: GitHub
- URL: https://github.com/stscl/cisp
- Owner: stscl
- Created: 2024-11-13T02:52:31.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2025-01-24T14:42:01.000Z (12 months ago)
- Last Synced: 2025-07-13T20:22:22.318Z (6 months ago)
- Topics: association, correlation, geoinformatics, r, spatial-patterns
- Language: R
- Homepage: https://stscl.github.io/cisp/
- Size: 3.68 MB
- Stars: 6
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.Rmd
- Changelog: NEWS.md
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%"
)
```
[](https://lifecycle.r-lib.org/articles/stages.html#experimental)
[](https://CRAN.R-project.org/package=cisp)
[](https://CRAN.R-project.org/package=cisp)
[](https://CRAN.R-project.org/package=cisp)
[](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)
```
