biomod2 (version 3.3-7.1)

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

Description

Functions to get attributs of BIOMOD_EnsembleModeling outputs

Usage


  
  get_kept_models(obj, ...)
  get_needed_models(obj, ...)

Arguments

...

extra arguments (see details)

Value

  1. get_built_models: a character vector indicating set of ensemble-modeling algorithms ran

  2. get_built_models: a character vector indicating the names of ensemble models computed

  3. get_evaluations: an array, a data.frame or a list containing ensemble models evaluation scores

  4. get_kept_models: an character vector indicating names of selected models for ensemble-models building

  5. get_needed_models: an character vector indicating names of all needed models required to build all ensemble-models

Details

… available values :

  • get_evaluations

    • as.data.frame:"logical", ( FALSE by default ) if TRUE, a standardized data.frame will be produced else a list is returned

  • get_kept_models

    • model"character" or "numeric" refering to model names (get_built_models()) or model id

See Also

help