| SSDM | R Documentation |
SSDM is a package to map species richness and endemism based on Stacked Species Distribution Models (SSDM). It provides tools to build
SDM, i.e. a single species fitted with a single algorithm, Ensemble SDM (ESDM), i.e. a single species fitted with multiple algorithms,
SSDM several species with one or more algorithms. The package includes numerous modelling algorithms, and specifiable ensemble aggregating and stacking methods.
This package also provides tools to evaluate and explore models such as variable importance, algorithm accuracy, and between-algorithm
correlation, and tools to map results such as habitat suitability maps, binary maps, between-algorithm variance maps.
For ease of use, the SSDM package provides a user-friendly graphical interface (gui).
The SSDM package provides five categories of functions (that you can find in details below): Data preparation, Modelling main functions, Model main methods, Model classes, and Miscellaneous.
load_occLoad occurrence data
load_varLoad environmental variables
modellingBuild an SDM using a single algorithm
ensemble_modellingBuild an SDM that assembles multiple algorithms
stack_modellingBuild an SSDMs that assembles multiple algorithms and species
ensemble,Algorithm.SDM-methodBuild an ensemble SDM
stacking,Ensemble.SDM-methodBuild an SSDM
update,Stacked.SDM-methodUpdate a previous SSDM with new occurrence data
Algorithm.SDMS4 class to represent SDMs
Ensemble.SDMS4 class to represent ensemble SDMs
Stacked.SDMS4 class to represent SSDMs
guiUser-friendly interface for SSDM package
plot.modelPlot SDMs
save.modelSave SDMs
load.modelLoad SDMs
Maintainer: Sylvain Schmitt sylvain.m.schmitt@gmail.com
Authors:
Robin Pouteau
Dimitri Justeau
Florian de Boissieu
Lukas Baumbach
Philippe Birnbaum
Useful links:
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.