Skip to contents

Local Indicator of Stratified Power

Installation

  • Install from CRAN with:
install.packages("localsp", dep = TRUE)
  • Install development binary version from R-universe with:
install.packages("localsp",
                 repos = c("https://ausgis.r-universe.dev",
                           "https://cloud.r-project.org"),
                 dep = TRUE)
  • Install development source version from GitHub with:
# install.packages("devtools")
devtools::install_github("ausgis/localsp",
                         build_vignettes = TRUE,
                         dep = TRUE)