| ModelsTable {biomod2} | R Documentation |
Single models package and functions
Description
A data.frame containing for each single model available in biomod2
the package and functions to be called.
Usage
ModelsTable
Format
A data.frame object with 12 rows and 5 variables:
- model
all single models that can be computed in biomod2
- type
data type associated to the models
- package
Rpackage used- func
function used in the
Rpackage- train
function called by caret for the tuning
All single models available are the following :
ANN (
nnet)CTA (
rpart)FDA (
fda)GBM (
gbm)GLM (
glm)MARS (
earth)MAXENT (https://biodiversityinformatics.amnh.org/open_source/maxent/)
MAXNET (
maxnet)RF (
randomForest)SRE (
bm_SRE)XGBOOST (
xgboost)
[Package biomod2 version 4.2-5-2 Index]