-
Notifications
You must be signed in to change notification settings - Fork 5
/
DESCRIPTION
24 lines (24 loc) · 1.55 KB
/
DESCRIPTION
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
Package: stpp
Version: 2.0-8
Date: 2024-06-27
Title: Space-Time Point Pattern Simulation, Visualisation and Analysis
Authors@R: c(person("Edith", "Gabriel", role=c("aut","cre"), email="[email protected]"),
person("Peter J", "Diggle", role="aut", email="[email protected]"),
person("Barry", "Rowlingson",role="aut", email="[email protected]"),
person("Francisco J", "Rodriguez-Cortes", role="aut", email="[email protected]"))
Maintainer: Edith Gabriel <[email protected]>
Depends: R (>= 3.3.0), grDevices, graphics, rpanel, splancs
Imports: KernSmooth, ggplot2, gridExtra, plot3D, rgl, spatstat.univar, spatstat.explore, spatstat.geom, spatstat.random, stats
Suggests: knitr(>= 1.11), rmarkdown(>= 0.8.1)
Description: Many of the models encountered in applications of point process methods to the study of spatio-temporal phenomena are covered in 'stpp'. This package provides statistical tools for analyzing the global and local second-order properties of spatio-temporal point processes, including estimators of the space-time inhomogeneous K-function and pair correlation function. It also includes tools to get static and dynamic display of spatio-temporal point patterns. See Gabriel et al (2013) <doi:10.18637/jss.v053.i02>.
License: GPL-3
LazyLoad: yes
NeedsCompilation: yes
RoxygenNote: 6.0.1
BuildVignettes: True
VignetteBuilder: knitr
BugReports: https://github.com/stpp-GitHub-community
Author: Edith Gabriel [aut, cre],
Peter J Diggle [aut],
Barry Rowlingson [aut],
Francisco J Rodriguez-Cortes [aut]