Learn R Programming

biomod2 (version 3.1-25)

BIOMOD.models.out-methods: BIOMOD.models.out getters

Description

Functions to get attributs of BIOMOD_Modeling outputs

Usage

get_predictions(obj, ...)
  get_formal_data(obj, ...)
  get_evaluations(obj, ...)
  get_variables_importance(obj, ...)
  get_options(obj, ...)
  get_built_models(obj, ...)

Arguments

obj
...
extra arguments (see details)

Value

    1. get_predictions:
    { an array (or a data.frame) containing models predictions over calibrating and testing data (those used for evaluate models)}
  • get_evaluations:an array containing models variables importances
  • get_variables_importance:an array containing models variables importances
  • get_options:a "BIOMOD.Model.Options" reporting options used to build individual models
  • get_formal_data:a "BIOMOD.formated.data" object containing data used for models building and evavaluation, or a part of this object
  • get_built_models:a character vector giving the names of models succefully computed

itemize

  • NULL:

code

data.frame

item

  • evaluation:
  • get_formal_data
  • 'MinMax':
  • 'resp.var':
  • 'eval.resp.var':
  • 'expl.var':
  • 'eval.expl.var':
  • 'expl.var.names':

Details

...

See Also

help