| BIOMOD.models.options {biomod2} | R Documentation |
bm_ModelingOptions output object class
Description
Class returned by bm_ModelingOptions and used by
BIOMOD_Modeling
Usage
## S4 method for signature 'BIOMOD.models.options'
show(object)
## S4 method for signature 'BIOMOD.models.options'
print(x, dataset = "_allData_allRun")
Arguments
object |
a |
x |
a |
dataset |
a |
Slots
modelsa
vectorcontaining model names for which options have been retrieved and defined, must bealgo.datatype.package.functionoptionsa
listcontainingBIOMOD.options.datasetobject for each model
Author(s)
Maya Gueguen
See Also
BIOMOD.options.default,
BIOMOD.options.dataset,
bm_ModelingOptions, bm_Tuning,
BIOMOD_Modeling
Other Toolbox objects:
BIOMOD.ensemble.models.out,
BIOMOD.formated.data,
BIOMOD.formated.data.PA,
BIOMOD.models.out,
BIOMOD.options.dataset,
BIOMOD.options.default,
BIOMOD.projection.out,
BIOMOD.stored.data,
biomod2_ensemble_model,
biomod2_model
Examples
showClass("BIOMOD.models.options")