-
Notifications
You must be signed in to change notification settings - Fork 24
/
DESCRIPTION
55 lines (55 loc) · 2.21 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
Package: kuenm
Type: Package
Title: Detailed development of ecological niche models using Maxent
Version: 1.1.10
Authors@R: c(
person("Marlon E.", "Cobos", email = "[email protected]", role = c("aut","cre"),
comment = c(ORCID = "0000-0002-2611-1767")),
person("A. Townsend", "Peterson", email = "[email protected]", role = "aut",
comment = c(ORCID = "0000-0003-0243-2379")),
person("Luis", "Osorio-Olvera", email = "[email protected]", role = "aut",
comment = c(ORCID = "0000-0003-0701-5398")),
person("Narayani", "Barve", email = "[email protected]", role = "aut",
comment = c(ORCID = "0000-0002-7893-8774")))
Maintainer: Marlon E. Cobos <[email protected]>
Date: 2023-06-26
Description: A set of tools to help with the development of critical phases of the
ecological niche modeling process in Maxent. Pre-modeling analyses and
explorations can be done to prepare data. Model calibration (model selection)
can be done by creating and testing several candidate models. Handy options
for producing final models, evaluating such models, and assessing extrapolation
risks are also included. Tools for post-modeling analyses are implemented to
allow for further exploration of results. Methodological and theoretical b
bases for the methods implemented here can be found in:
Peterson et al. (2011) <https://www.degruyter.com/princetonup/view/title/506966>,
Barve et al. (2011) <doi:10.1016/j.ecolmodel.2011.02.011>,
Owens et al. (2013) <doi:10.1016/j.ecolmodel.2013.04.011>,
Radosavljevic and Anderson (2014) <doi:10.1111/jbi.12227>,
Peterson et al. (2028) <doi:10.1111/nyas.13873>,
Cobos et al. (2019a) <doi:10.7717/peerj.6281>,
Cobos et al. (2019b) <doi:10.1016/j.ecoinf.2019.100983>,
Cobos et al. (2019c) <doi:10.1101/603100>.
Imports:
doSNOW (>= 1.0),
dplyr (>= 0.7),
fields (>= 9.6),
foreach (>= 1.4),
future (>= 1.8),
Kendall (>= 2.2),
knitr (>= 1.20),
purrr (>= 0.2),
raster (>= 2.6),
Rcpp (>= 0.12),
rmarkdown (>= 1.9),
sp (>= 1.2)
Suggests:
yaml
Depends:
R (>= 3.5.0)
VignetteBuilder: knitr
License: GPL-2
Encoding: UTF-8
LazyData: true
RoxygenNote: 7.2.3
Roxygen: list(markdown = TRUE)
LinkingTo: Rcpp