-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathDESCRIPTION
27 lines (27 loc) · 1.08 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
Package: apcf
Title: Adapted Pair Correlation Function
Version: 0.3.1
Authors@R:
person(given="Robert", family="Nuske", role=c("aut", "cre"),
email="robert.nuske@mailbox.org",
comment=c(ORCID="0000-0001-9773-2061"))
Description: The adapted pair correlation function transfers the concept of the
pair correlation function from point patterns to patterns of objects of
finite size and irregular shape (e.g. lakes within a country). The pair
correlation function describes the spatial distribution of objects, e.g.
random, aggregated or regularly spaced. This is a reimplementation of the
method suggested by Nuske et al. (2009) <doi:10.1016/j.foreco.2009.09.050>
using the library 'GEOS'.
License: GPL (>= 3)
URL: https://rnuske.github.io/apcf/, https://github.com/rnuske/apcf
BugReports: https://github.com/rnuske/apcf/issues
Encoding: UTF-8
Depends: R (>= 3.3.0)
Imports: Rcpp (>= 0.12), wk (>= 0.6.0)
Suggests: knitr, rmarkdown
LinkingTo: Rcpp
SystemRequirements: GEOS (>= 3.4.0)
VignetteBuilder: knitr
LazyData: true
Roxygen: list(markdown=TRUE)
RoxygenNote: 7.3.1