| biomod2_ensemble_model {biomod2} | R Documentation |
Ensemble model output object class (when running BIOMOD_EnsembleModeling())
Description
Class created by BIOMOD_EnsembleModeling
Usage
## S4 method for signature 'biomod2_ensemble_model'
show(object)
Arguments
object |
a |
Details
biomod2_model is the basic object for biomod2 ensemble species distribution models.
All listed classes below are derived from biomod2_model, and have a
model_class slot specific value :
-
biomod2_ensemble_model:model_classisEM -
EMmean_biomod2_model:model_classisEMmean -
EMmedian_biomod2_model:model_classisEMmedian -
EMcv_biomod2_model:model_classisEMcv -
EMci_biomod2_model:model_classisEMci -
EMca_biomod2_model:model_classisEMca -
EMwmean_biomod2_model:model_classisEMwmean
Slots
modeling.ida
charactercorresponding to the name (ID) of the simulation setmodel_namea
charactercorresponding to the model namemodel_classa
charactercorresponding to the model classmodel_optionsa
listcontaining the model optionsmodelthe corresponding model object
scaling_modelthe corresponding scaled model object
dir_namea
charactercorresponding to the modeling folderresp_namea
charactercorresponding to the species nameexpl_var_namesa
vectorcontaining names of explanatory variablesexpl_var_typea
vectorcontaining classes of explanatory variablesexpl_var_rangea
listcontaining ranges of explanatory variablesmodel_evaluationa
data.framecontaining the model evaluationsmodel_variables_importancea
data.framecontaining the model variables importance
Author(s)
Damien Georges
See Also
biomod2_model, BIOMOD_EnsembleModeling
Other Toolbox objects:
BIOMOD.ensemble.models.out,
BIOMOD.formated.data,
BIOMOD.formated.data.PA,
BIOMOD.models.options,
BIOMOD.models.out,
BIOMOD.options.dataset,
BIOMOD.options.default,
BIOMOD.projection.out,
BIOMOD.stored.data,
biomod2_model
Examples
showClass("biomod2_ensemble_model")
showClass("EMmean_biomod2_model")
showClass("EMmedian_biomod2_model")
showClass("EMcv_biomod2_model")
showClass("EMci_biomod2_model")
showClass("EMca_biomod2_model")
showClass("EMwmean_biomod2_model")