biomod2 (version 3.3-7.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 futher details.

Arguments

Slots

Please refer to BIOMOD_ModelingOptions for each model arguments supported.

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.Tsuruoka:

"list", list of MAXENT.Tsuruoka supported options

See Also

BIOMOD_ModelingOptions.

Examples

Run this code
# NOT RUN {
showClass("BIOMOD.Model.Options")
# }

Run the code above in your browser using DataLab