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

Description Usage Arguments Details Value Author(s) See Also

Description

Functions to get attributs of BIOMOD_Modeling outputs

Usage

1
2
3
4
5
6
7

Arguments

obj

"BIOMOD.models.out" object

...

extra arguments (see details)

Details

... available values :

Value

  1. get_predictions: an array (or a data.frame) containing models predictions over calibrating and testing data (those used for evaluate models)

  2. get_calib_lines: an array (or a data.frame) having the same dimention than the outpurt of get_predictions() of logical values. All lines containing TRUE have been used to calibrate the model

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

  4. get_variables_importance: an array containing models variables importances

  5. get_options: a "BIOMOD.Model.Options" reporting options used to build individual models

  6. get_formal_data: a "BIOMOD.formated.data" object containing data used for models building and evavaluation, or a part of this object

  7. get_built_models: a character vector giving the names of models succefully computed

Author(s)

Wilfried Thuiller, Damien Georges

See Also

help


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