Class returned by bm_ModelingOptions and used by BIOMOD_Modeling

# S4 method for BIOMOD.models.options
show(object)

# S4 method for BIOMOD.models.options
print(x, dataset = "_allData_allRun")

Arguments

object

a BIOMOD.models.options object

x

a BIOMOD.models.options object

dataset

a character corresponding to the name of a dataset contained in the arg.values slot of the BIOMOD.options.dataset object for each model

Slots

models

a vector containing model names for which options have been retrieved and defined, must be algo.datatype.package.function

options

a list containing BIOMOD.options.dataset object for each model

Author

Maya Gueguen

Examples


showClass("BIOMOD.models.options")