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

Description Slots Author(s) See Also Examples

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.

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

Author(s)

Damien Georges

See Also

BIOMOD_ModelingOptions.

Examples

1
showClass("BIOMOD.Model.Options")

Example output

Loading required package: sp
Loading required package: raster
Loading required package: parallel
Loading required package: reshape
Loading required package: ggplot2
biomod2 3.3-7.1 loaded.

Type browseVignettes(package='biomod2') to access directly biomod2 vignettes.
Class "BIOMOD.Model.Options" [package "biomod2"]

Slots:
                                                                      
Name:              GLM             GBM             GAM             CTA
Class:            list            list            list            list
                                                                      
Name:              ANN             SRE             FDA            MARS
Class:            list            list            list            list
                                                      
Name:               RF MAXENT.Phillips MAXENT.Tsuruoka
Class:            list            list            list

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