1 Star 0 Fork 0

liuhll / SSDM

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
贡献代码
同步代码
取消
提示: 由于 Git 不支持空文件夾,创建文件夹后会生成空的 .keep 文件
Loading...
README

SSDM: Stacked species distribution modelling

Travis-CI Build StatusCRAN Downloads Coverage Status Research software impact Gitter

SSDM is a package to map species richness and endemism based on stacked species distribution models (SSDM). Individual 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 Bernouilli distribution. The SSDM package also provides a user-friendly interface gui.

For a full list of changes see NEWS.

Installation

Please be aware that SSDM package use a lot of dependencies (see DESCRIPTION)

Install from Github

You can install the latest version of SSDM from Github using the devtools package:

if (!requireNamespace("devtools", quietly = TRUE))
  install.packages("devtools")

devtools::install_github("sylvainschmitt/SSDM")

Install from CRAN

The stable version of SSDM, is available on CRAN:

install.packages("SSDM")

We advise users to install from github. Due to CRAN policies and the development of SSDM, many new features and bugfixes may be available on CRAN later.

Usage

After installing, SSDM package, you can launch the graphical user interface by typing gui() in the console.

Click to enlarge

Screenshot

Functionnalities

SSDM provides five categories of functions (that you can find in details below): Data preparation, Modelling main functions, Model main methods, Model classes, and Miscellaneous.

Data preparation

  • load_occ: Load occurrence data
  • load_var: Load environmental variables

Modelling main functions

  • modelling: Build an SDM using a single algorithm
  • ensemble_modelling: Build an SDM that assembles multiple algorithms
  • stack_modelling: Build an SSDMs that assembles multiple algorithms and species

Model main methods

  • ensemble,Algorithm.SDM-method: Build an ensemble SDM
  • stacking,Ensemble.SDM-method: Build an SSDM
  • update,Stacked.SDM-method: Update a previous SSDM with new occurrence data

Model classes

  • Algorithm.SDM: S4 class to represent SDMs
  • Ensemble.SDM: S4 class to represent ensemble SDMs
  • Stacked.SDM: S4 class to represent SSDMs

Miscellanous

  • gui: user-friendly interface for SSDM package
  • plot.model: Plot SDMs
  • save.model: Save SDMs
  • load.model: Load SDMs

空文件

简介

暂无描述 展开 收起
R
取消

发行版

暂无发行版

贡献者

全部

近期动态

加载更多
不能加载更多了
1
https://gitee.com/liuhll2/SSDM.git
git@gitee.com:liuhll2/SSDM.git
liuhll2
SSDM
SSDM
master

搜索帮助