The BIOMOD.models.out objects are created, used and returned by BIOMOD functions.
output of: BIOMOD_Modeling
input of: BIOMOD_EnsembleModeling
, BIOMOD_Projection
BIOMOD.models.out objects
modeling.id
:"character", id of modeling procedure
sp.name
:"character", species name
expl.var.names
:"character", explanatory variables names
has.evaluation.data
:"logical", is some data are reserved for evaluating models?
models.computed
:"character", names of computed models
models.failed
:"character", names of failed models
models.evaluation
:"BIOMOD.stored.array", evaluations of each model computed according to selected evaluation methods
variables.importances
:"BIOMOD.stored.array", models variable importance
models.prediction
:"BIOMOD.stored.array", predictions of each models on their own calibration + validation dataset
models.prediction.eval
:"BIOMOD.stored.array", predictions of each models on evaluation dataset (if defined)
formated.input.data
:"BIOMOD.stored.formated.data", input data
calib.lines
:"BIOMOD.stored.array", calibrations and evaluation lines selected for each run
models.options
:"BIOMOD.stored.models.options", options used to build each model
rescal.all.models
:"logical", is all models scaling done?
link
:'character', the path to object hard drive copy
# NOT RUN {
showClass("BIOMOD.models.out")
# }
Run the code above in your browser using DataLab