-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathDESCRIPTION
63 lines (63 loc) · 1.96 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
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
Package: envi
Type: Package
Title: Environmental Interpolation using Spatial Kernel Density Estimation
Version: 1.0.0
Date: 2024-11-06
Authors@R:
c(person(given = "Ian D.",
family = "Buller",
role = c("aut", "cre", "cph"),
email = "ian.buller@alumni.emory.edu",
comment = c(ORCID = "0000-0001-9477-8582")),
person(given = "Lance A.",
family = "Waller",
role = c("ctb", "ths"),
email = "lwaller@emory.edu",
comment = c(ORCID = "0000-0001-5002-8886")),
person(given = "Emory University",
role = "cph"))
Maintainer: Ian D. Buller <ian.buller@alumni.emory.edu>
Description: Estimates an ecological niche using occurrence data, covariates, and kernel
density-based estimation methods. For a single species with presence and absence data,
the 'envi' package uses the spatial relative risk function that is estimated using the
'sparr' package. Details about the 'sparr' package methods can be found in the tutorial:
Davies et al. (2018) <doi:10.1002/sim.7577>. Details about kernel density estimation can
be found in J. F. Bithell (1990) <doi:10.1002/sim.4780090616>. More information about
relative risk functions using kernel density estimation can be found in J. F. Bithell
(1991) <doi:10.1002/sim.4780101112>.
License: Apache License (>= 2.0)
Encoding: UTF-8
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.3.2
Depends:
R (>= 3.5.0)
Imports:
concaveman,
cvAUC,
doFuture,
doRNG,
fields,
foreach,
future,
graphics,
grDevices,
iterators,
pls,
ROCR,
sf,
sparr,
spatstat.geom,
stats,
terra
Suggests:
R.rsp,
RStoolbox,
spatstat.data,
spatstat.random,
spelling,
testthat,
utils
VignetteBuilder: R.rsp
Language: en-US
URL: https://github.com/lance-waller-lab/envi
BugReports: https://github.com/lance-waller-lab/envi/issues