forked from sylvainschmitt/SSDM
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDESCRIPTION
75 lines (75 loc) · 2.1 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
64
65
66
67
68
69
70
71
72
73
74
75
Package: SSDM
Type: Package
Title: Stacked Species Distribution Modelling
Version: 0.2.2.9002
Author: Sylvain Schmitt, Robin Pouteau, Dimitri Justeau, Philippe Birnbaum
Maintainer: Sylvain Schmitt <[email protected]>
URL: https://github.com/sylvainschmitt/SSDM
BugReports: https://github.com/sylvainschmitt/SSDM/issues
Description: Allows to map species richness and endemism based on stacked
species distribution models (SSDM). Individuals SDMs can be created using a
single or multiple algorithms (ensemble SDMs). For each species, an SDM can
yield a habitat suitability map, a binary map, a between-algorithm variance
map, and can assess variable importance, algorithm accuracy, and between-
algorithm correlation. Methods to stack individual SDMs include summing
individual probabilities and thresholding then summing. Thresholding can be
based on a specific evaluation metric or by drawing repeatedly from a Bernoulli
distribution. The SSDM package also provides a user-friendly interface.
License: GPL (>=3) | file LICENSE
LazyData: TRUE
Imports:
sp (>= 1.2.0),
raster (>= 2.4.20),
methods (>= 3.2.2),
SDMTools (>= 1.1.221),
mgcv (>= 1.8.7),
earth (>= 4.4.3),
rpart (>= 4.1.10),
gbm (>= 2.1.1),
randomForest (>= 4.6.10),
dismo (>= 1.0.12),
nnet (>= 7.3.10),
e1071 (>= 1.6.7),
shiny (>= 0.12.2),
shinydashboard (>= 0.5.1),
gplots (>= 0.1.0),
shinyFiles (>= 0.6.0),
spThin (>= 0.1.0)
Depends:
R (>= 3.2.2)
Collate:
'SDM.R'
'Algorithm.SDM.R'
'Ensemble.SDM.R'
'Env.R'
'Occurrences.R'
'PA.select.R'
'SSDM.R'
'Stacked.SDM.R'
'checkargs.R'
'data.values.R'
'ensemble.R'
'modelling.R'
'ensemble_modelling.R'
'evaluate.R'
'evaluate.axes.R'
'get_PA.R'
'get_model.R'
'gui.R'
'load_model.R'
'load_occ.R'
'load_var.R'
'mapDiversity.R'
'plot.model.R'
'project.R'
'save.model.R'
'stack_modelling.R'
'stacking.R'
'update.stack.R'
'zzz.R'
Suggests:
testthat,
knitr,
rmarkdown
RoxygenNote: 6.0.1
VignetteBuilder: knitr