SpatialPosition
R package for computing spatial position models:
- Stewart potentials
- Reilly catchment areas
- Huff catchment areas
Installation
From CRAN
Stable version
install.packages("SpatialPosition")From GitHub
Development version
require(devtools)
devtools::install_github("Groupe-ElementR/SpatialPosition")Demo
Vignettes contain commented scripts on how to use SpatialPostion.
- Introduction to the SpatialPosition package :
vignette(topic = "SpatialPosition")- Stewart Potentials: a Use Case :
vignette(topic = "StewartExample")