getters.bm: Functions to extract informations from 'biomod2_model'...

getters.bmR Documentation

Functions to extract informations from biomod2_model objects

Description

These functions allow the user to easily retrieve single models (formal or scaled) from biomod2_model objects from the modeling step.

Usage

## S4 method for signature 'biomod2_model'
get_formal_model(object)

## S4 method for signature 'biomod2_model'
get_scaling_model(object)

Arguments

object

a biomod2_model object

Value

get_formal_model

an object from the model slot of a biomod2_model object

get_scaling_model

an object from the scaling_model slot of a biomod2_model object

Author(s)

Damien Georges

See Also

biomod2_model

Other Toolbox functions: getters.out, load_stored_object(), predict.bm, predict.em, predict2.bm, predict2.em


biomod2 documentation built on July 9, 2023, 6:05 p.m.