Skip to contents

The second dimension of spatial association

Please cite SecDim as:

Song, Y. (2022). The second dimension of spatial association. Journal of Applied Earth Observation and Geoinformation,111, 102834. https://doi.org/10.1016/j.jag.2022.102834.

A BibTeX entry for LaTeX users is:

@Article{Song_2022,
    title = {The second dimension of spatial association},
    author = {Song Yongze},
    year = {2022},
    month = {jul},
    volume = {111},
    pages = {102834},
    journal = {International Journal of Applied Earth Observation and Geoinformation},
    issn = {1569-8432},
    publisher = {Elsevier BV},
    doi = {10.1016/j.jag.2022.102834},
    url = {https://doi.org/10.1016/j.jag.2022.102834},
  }

Installation

  • Install from CRAN with:
  • Install development binary version from r-universe with:
install.packages('SecDim',repos = c("https://ausgis.r-universe.dev",
                                    "https://cran.rstudio.com/"))
  • Install development source version from GitHub with:
# install.packages("devtools")
devtools::install_github("ausgis/SecDim", build_vignettes = TRUE)