biomod2 (version 3.3-7.1)

BIOMOD.EnsembleModeling.out-class: BIOMOD_EnsembleModeling() outputs objects class

Description

EnsembleModeling objects are created, used and returned by BIOMOD functions. It's contains information relative to an biomod2 ensemble modeling procedure.

Arguments

Slots

sp.name:

"character", species name

expl.var.names:

"character", explanatory variables names

models.out.obj:

"BIOMOD.stored.models.out", object which contains information on individuals models that have been combined

eval.metric:

"character", evaluation metrics choosed for models selection

eval.metric.quality.threshold:

"numeric", thresholds defined for models selection

em.computed:

"character", ensemble models built names

em.by:

"character", way models are combined

em.models:

"ANY", list of built biomod2.ensemble.models objects

modeling.id:

"character", the id of the whole modelling process

link:

"character", the path to correspunding hard drive saved object

See Also

BIOMOD_Projection, BIOMOD_Modeling, BIOMOD_EnsembleModeling, BIOMOD_EnsembleForecasting

Examples

Run this code
# NOT RUN {
showClass("BIOMOD.EnsembleModeling.out")
# }

Run the code above in your browser using DataCamp Workspace