localsp localsp website

CRAN Downloads_All Downloads R-universe DOI

Local Indicator of Stratified Power

Installation

install.packages("localsp", dep = TRUE)
install.packages("localsp",
                 repos = c("https://ausgis.r-universe.dev",
                           "https://cloud.r-project.org"),
                 dep = TRUE)
# install.packages("devtools")
devtools::install_github("ausgis/localsp",
                         build_vignettes = TRUE,
                         dep = TRUE)