-
Notifications
You must be signed in to change notification settings - Fork 2
/
DESCRIPTION
63 lines (63 loc) · 1.59 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: enmSdmX
Type: Package
Title: Species Distribution Modeling and Ecological Niche Modeling
Version: 1.1.10
Date: 2024-11-06
Authors@R:
c(
person(
given = 'Adam B.',
family = 'Smith',
role = c('cre', 'aut'),
email = '[email protected]',
comment = c(ORCID = '0000-0002-6420-1659')
)
)
Description: Implements species distribution modeling and ecological niche
modeling, including: bias correction, spatial cross-validation, model
evaluation, raster interpolation, biotic "velocity" (speed and
direction of movement of a "mass" represented by a raster), interpolating
across a time series of rasters, and use of spatially imprecise records.
The heart of the package is a set of "training" functions which
automatically optimize model complexity based number of available
occurrences. These algorithms include MaxEnt, MaxNet, boosted regression
trees/gradient boosting machines, generalized additive models,
generalized linear models, natural splines, and random forests. To enhance
interoperability with other modeling packages, no new classes are created.
The package works with 'PROJ6' geodetic objects and coordinate reference
systems.
Depends:
R (>= 4.0.0)
Imports:
AICcmodavg,
boot,
data.table,
doParallel,
DT,
foreach,
gbm,
graphics,
ks,
maxnet,
methods,
mgcv,
omnibus,
parallel,
predicts,
ranger,
rJava,
scales,
sf,
shiny,
sp,
statisfactory,
stats,
terra,
utils
LazyData: true
LazyLoad: yes
URL: https://github.com/adamlilith/enmSdmX
BugReports: https://github.com/adamlilith/enmSdmX/issues
Encoding: UTF-8
License: MIT + file LICENSE
RoxygenNote: 7.3.2