-
Notifications
You must be signed in to change notification settings - Fork 1
/
DESCRIPTION
36 lines (36 loc) · 1.28 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
Package: nearpresence
Title: Near Presence Cluster Analysis
Version: 0.0.0.9000
Authors@R:
person(given = "Eli",
family = "Weaverdyck",
role = c("aut", "cre"),
email = "eweaverdyck@gmail.com",
comment = c(ORCID = "YOUR-ORCID-ID"))
Description: Performs Near Presence Cluster Analysis, a method of
identifying clustering in irregularly distributed, areal units with
presence / absence data. IDW_nnear() calculates the inverse distance from
every unit to its n nearest neighbors. IDW_radius() calculates the inverse
distance from every unit to every other unit within a specified distance.
The output is a spatial weights list. NP() uses this spatial weights list to
weight presence/absence data to calculate a near pesence (NP) score for
every unit. NP outputs a spatial object with a variety of attributes
describing the significance of the NP scores and cluster membership.
License: GPL (>= 3)
Encoding: UTF-8
LazyData: true
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.2.3
Imports:
checkmate,
sf,
units,
utils
Depends:
R (>= 2.10)
Suggests:
rmarkdown,
knitr
VignetteBuilder: knitr
URL: https://github.com/eweaverdyck/nearpresence
BugReports: https://github.com/eweaverdyck/nearpresence/issues