Learn R Programming

biomod2 (version 2.0.0)

BIOMOD.EnsembleModeling.out-method: BIOMOD.EnsembleModeling.out getters

Description

Functions to get attributs of BIOMOD_EnsembleModeling outputs

Usage

getEMalgos(obj, model)
  getEMbuiltModels(obj)
  getEMeval(obj, ...)
  getEMkeptModels(obj, model)

Arguments

model
"character" or "numeric" refering to model names (getEMbuiltModels()) or model id
...
extra arguments (see details)

Value

    1. getEMalgos:
    { a character vector indicating set of ensemble-modeling algorithms ran}
  • getEMbuiltModels:a character vector indicating the names of ensemble models computed
  • getEMeval:an array or a data.frame containing ensemble models evaluation scores
  • getEMkeptModels:an character vector indicating names of selected models for ensemble-models building

itemize

  • model:

item

met:

Details

...

See Also

help