- sp.data
a data.frame where the rows are sites and the columns are species (values 1,0)
- env.data
either a data.frame where rows are sites and colums are environmental variables or a raster stack of the envrionmental variables
- xy
two column data.frame with X and Y coordinates of the sites (most be same coordinate system as env.data
)
- DataSplitTable
a table providing TRUE/FALSE
to indicate what points are used for calibration and evaluation. As returned by ecospat.CCV.createDataSplitTable
- DataSplit
percentage of dataset observations retained for the model training (only needed if no DataSplitTable
provided)
- NbRunEval
number of cross-validatio/split sample runs (only needed if no DataSplitTable
provided)
- minNbPredictors
minimum number of occurences [min(presences/Absences] per predicotors needed to calibrate the models
- validation.method
either "cross-validation" or "split-sample" used to validate the communtiy predictions (only needed if no DataSplitTable
provided)
- models.sdm
modeling techniques used for the normal SDMs. Vector of models names choosen among 'GLM', 'GBM', 'GAM', 'CTA', 'ANN', 'SRE', 'FDA', 'MARS', 'RF', 'MAXENT.Phillips' and 'MAXENT.Tsuruoka'
- models.esm
modeling techniques used for the ESMs. Vector of models names choosen among 'GLM', 'GBM', 'GAM', 'CTA', 'ANN', 'SRE', 'FDA', 'MARS', 'RF', 'MAXENT.Phillips' and 'MAXENT.Tsuruoka'
- modeling.options.sdm
modeling options for the normal SDMs. "BIOMOD.models.options"
" object returned by BIOMOD_ModelingOptions
- modeling.options.esm
modeling options for the ESMs. "BIOMOD.models.options"
object returned by BIOMOD_ModelingOptions
- ensemble.metric
evaluation score used to weight single models to build ensembles: 'AUC', 'Kappa' or 'TSS'
- ESM
either 'YES'
(ESMs allowed), 'NO'
(ESMs not allowed) or 'ALL'
(ESMs used in any case)
- parallel
should parallel computing be allowed (TRUE/FALSE
)
- cpus
number of cpus to use in parallel computing
- VarImport
number of permutation runs to evaluate variable importance
- modeling.id
character, the ID (=name) of modeling procedure. A random number by default