BIOMOD.options.dataset {biomod2} | R Documentation |
bm_ModelingOptions
output object class
Description
Class returned by bm_ModelingOptions
(a
list
of BIOMOD.options.dataset
more exactly), and used by
BIOMOD_Modeling
Usage
## S4 method for signature 'character'
BIOMOD.options.dataset(
mod,
typ,
pkg,
fun,
strategy,
user.val = NULL,
user.base = NULL,
tuning.fun = NULL,
bm.format = NULL,
calib.lines = NULL
)
## S4 method for signature 'BIOMOD.options.dataset'
show(object)
## S4 method for signature 'BIOMOD.options.dataset'
print(x, dataset = "_allData_allRun")
Arguments
mod |
a |
typ |
a |
pkg |
a |
fun |
a |
strategy |
a |
user.val |
(optional, default |
user.base |
(optional, default |
tuning.fun |
(optional, default |
bm.format |
(optional, default |
calib.lines |
(optional, default |
object |
a |
x |
a |
dataset |
a |
Slots
model
a
character
corresponding to the modeltype
a
character
corresponding to the data type (binary
,binary.PA
,abundance
,compositional
)package
a
character
corresponding to the package containing the model function to be calledfunc
a
character
corresponding to the model function name to be calledargs.names
a
vector
containingcharacter
corresponding to the model function argumentsargs.default
a
list
containing for each dataset the default values for all arguments listed inargs.names
args.values
a
list
containing for each dataset the to-be-used values for all arguments listed inargs.names
Author(s)
Maya Gueguen
See Also
BIOMOD.options.default
, bm_ModelingOptions
,
bm_Tuning
, BIOMOD_Modeling
, bm_RunModelsLoop
Other Toolbox objects:
BIOMOD.ensemble.models.out
,
BIOMOD.formated.data
,
BIOMOD.formated.data.PA
,
BIOMOD.models.options
,
BIOMOD.models.out
,
BIOMOD.options.default
,
BIOMOD.projection.out
,
BIOMOD.stored.data
,
biomod2_ensemble_model
,
biomod2_model
Examples
showClass("BIOMOD.options.dataset")