biomod2 (version 3.5.1)

BIOMOD.Model.Options-class: BIOMOD_ModelingOptions outputs objects class

Description

BIOMOD.Model.Options objects are created, used and returned by BIOMOD functions. These objects will contains for each model support within biomod2, a set of options that users can change. Please refer to BIOMOD_ModelingOptions for further details.

- output of: BIOMOD_ModelingOptions - input of: BIOMOD_Modeling

Usage

# S4 method for BIOMOD.Model.Options
show(object)

Arguments

object

init list of options

Slots

GLM

"list", list of GLM supported options

GBM

"list", list of GBM supported options

GAM

"list", list of GAM supported options

CTA

"list", list of CTA supported options

ANN

"list", list of ANN supported options

SRE

"list", list of SRE supported options

FDA

"list", list of FDA supported options

MARS

"list", list of MARS supported options

RF

"list", list of RF supported options

MAXENT.Phillips

"list", list of MAXENT.Phillips supported options

MAXENT.Phillips.2

"list", list of maxnet supported options

Author

Damien Georges

Details

Please refer to BIOMOD_ModelingOptions for each model arguments supported.

See Also

BIOMOD_ModelingOptions

Examples

Run this code
showClass("BIOMOD.Model.Options")

Run the code above in your browser using DataLab