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

Description Slots Author(s) See Also Examples

Description

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

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

Author(s)

Damien Georges

See Also

BIOMOD_Projection, BIOMOD_Modeling, BIOMOD_EnsembleModeling, BIOMOD_EnsembleForecasting

Examples

1
showClass("BIOMOD.EnsembleModeling.out")

Example output

Loading required package: sp
Loading required package: raster
Loading required package: parallel
Loading required package: reshape
Loading required package: ggplot2
biomod2 3.3-7 loaded.

Type browseVignettes(package='biomod2') to access directly biomod2 vignettes.
Class "BIOMOD.EnsembleModeling.out" [package "biomod2"]

Slots:
                                                                  
Name:                        sp.name                expl.var.names
Class:                     character                     character
                                                                  
Name:                 models.out.obj                   eval.metric
Class:      BIOMOD.stored.models.out                     character
                                                                  
Name:  eval.metric.quality.threshold                   em.computed
Class:                       numeric                     character
                                                                  
Name:                          em.by                     em.models
Class:                     character                           ANY
                                                                  
Name:                    modeling.id                          link
Class:                     character                     character

biomod2 documentation built on May 2, 2019, 5:08 p.m.