BIOMOD_EnsembleModeling())R/biomod2_classes_5.R
biomod2_ensemble_model.RdClass created by BIOMOD_EnsembleModeling
# S4 method for class 'biomod2_ensemble_model'
show(object)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_class is EM
EMmean_biomod2_model : model_class is EMmean
EMmedian_biomod2_model : model_class is EMmedian
EMcv_biomod2_model : model_class is EMcv
EMci_biomod2_model : model_class is EMci
EMca_biomod2_model : model_class is EMca
EMwmean_biomod2_model : model_class is EMwmean
EMmode_biomod2_model : model_class is EMmode
EMfreq_biomod2_model : model_class is EMfreq
modeling.ida character corresponding to the name (ID) of the simulation set
model_namea character corresponding to the model name
model_classa character corresponding to the model class
model_optionsa list containing the model options
modelthe corresponding model object
scaling_modelthe corresponding scaled model object
dir_namea character corresponding to the modeling folder
resp_namea character corresponding to the species name
expl_var_namesa vector containing names of explanatory variables
expl_var_typea vector containing classes of explanatory variables
expl_var_rangea list containing ranges of explanatory variables
model_evaluationa data.frame containing the model evaluations
model_variables_importancea data.frame containing the model variables importance
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.rangesize.out,
BIOMOD.stored.data,
biomod2_model
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")
showClass("EMmode_biomod2_model")
showClass("EMfreq_biomod2_model")