A basic tool for the exploration and analysis of the anisotropic spatio-temporal point patterns through K-function. This repository is based on spatstat and stpp packages.
The easiest way to install the development version of SOAstpp from GitHub is using the remotes R package which can be installed run the next command,
install.packages('remotes')
and thereafter run the commands:
require(remotes)
install_github('frajaroco/SOAstpp')
- Comas, C., Rodríguez-Cortés, F. J. and Mateu, J. (2015). Second-order analysis of anisotropic spatio-temporal point process data. Statistica Neerlandica, 69:49–66.
- González, J. A., Rodríguez-Cortés, F. J., Cronie, O. and Mateu, J. (2016). Spatio-temporal point process statistics: a review. Spatial Statiscts. 18:505-544.
@misc{fjrc:16,
author = {Francisco J. Rodr\'{i}guez-Cort\'{e}s},
title = {SOAstpp: {S}econd-order analysis for anisotropic spatio-temporal point process data},
year = {2016},
note = {GitHub repository},
url = {\url{https://github.com/frajaroco/SOAstpp}}
}