-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathDESCRIPTION
47 lines (47 loc) · 1.68 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
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
Package: sppt
Type: Package
Title: Spatial Point Pattern Test
Version: 0.2.3
Authors@R: c(
person("Wouter", "Steenbeek", role = c("aut", "cre", "cph"), email = "wsteenbeek@nscr.nl"),
person("Christophe", "Vandeviver", role = c("aut"), email = "christophe.vandeviver@ugent.be"),
person("Martin", "Andresen", role = c("aut"), email = "andresen@sfu.ca"),
person("Nicolas", "Malleson", role = c("aut"), email = "n.s.malleson@leeds.ac.uk"),
person("Andrew", "Wheeler", role = c("aut"), email = "apwheele@gmail.com"))
Author: Wouter Steenbeek [aut, cre, cph],
Christophe Vandeviver [aut],
Martin Andresen [aut],
Nicolas Malleson [aut],
Andrew Wheeler [aut]
Maintainer: Wouter Steenbeek <wsteenbeek@nscr.nl>
Description: This package implements point pattern tests that measures the
degree of similarity at the local level between two spatial point patterns
and is an area-based test.
This spatial point pattern test is not for the purpose of testing
point patterns with the null hypotheses of random, uniform, or
clustered distributions, but may be used to compare a particular
point pattern with these distributions. One advantage of the test
is that it can be performed for a number of different area boundaries
using the same original point datasets.
Depends:
R (>= 3.1.0),
sp (>= 1.2-3)
Imports:
dplyr (>= 0.7.3),
methods,
stats
Suggests:
knitr,
maptools,
microbenchmark (>= 1.4-2),
rgdal (>= 1.2-16),
rgeos (>= 0.3-26),
rmarkdown,
scales (>= 0.4.0),
spatstat (>= 1.55-0)
URL: https://github.com/wsteenbeek/sppt
License: GPL-3
Encoding: UTF-8
LazyData: true
RoxygenNote: 7.1.1
VignetteBuilder: knitr