| biomod2_model {biomod2} | R Documentation |
Single model output object class (when running BIOMOD_Modeling())
Description
Class created by BIOMOD_Modeling and bm_RunModel
Usage
## S4 method for signature 'biomod2_model'
show(object)
Arguments
object |
a |
Details
biomod2_model is the basic object for biomod2 single species distribution models.
All listed classes below are derived from biomod2_model, and have a
model_class slot specific value :
-
ANN_biomod2_model:model_classisANN -
CTA_biomod2_model:model_classisCTA -
FDA_biomod2_model:model_classisFDA -
GBM_biomod2_model:model_classisGBM -
GLM_biomod2_model:model_classisGLM -
MARS_biomod2_model:model_classisMARS -
MAXENT_biomod2_model:model_classisMAXENT -
MAXNET_biomod2_model:model_classisMAXNET -
RF_biomod2_model:model_classisRF -
SRE_biomod2_model:model_classisSRE
Slots
model_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
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_ensemble_model
Examples
showClass("biomod2_model")
showClass("ANN_biomod2_model")
showClass("CTA_biomod2_model")
showClass("FDA_biomod2_model")
showClass("GAM_biomod2_model")
showClass("GBM_biomod2_model")
showClass("GLM_biomod2_model")
showClass("MARS_biomod2_model")
showClass("MAXENT_biomod2_model")
showClass("MAXNET_biomod2_model")
showClass("RF_biomod2_model")
showClass("SRE_biomod2_model")