getters.out | R Documentation |
BIOMOD.models.out
,
BIOMOD.projection.out
or BIOMOD.ensemble.models.out
objectsThese functions allow the user to easily retrieve informations stored in the different biomod2 objects from the different modeling steps, such as modeling options and formated data, models used or not, predictions, evaluations, variables importance.
## S4 method for signature 'BIOMOD.formated.data'
get_species_data(obj)
## S4 method for signature 'BIOMOD.formated.data.PA'
get_species_data(obj)
## S4 method for signature 'BIOMOD.formated.data'
get_eval_data(obj)
## S4 method for signature 'BIOMOD.models.out'
get_options(obj)
## S4 method for signature 'BIOMOD.models.out'
get_calib_lines(obj, as.data.frame = FALSE, PA = NULL, run = NULL)
## S4 method for signature 'BIOMOD.models.out'
get_formal_data(obj, subinfo = NULL)
## S4 method for signature 'BIOMOD.models.out'
get_predictions(
obj,
evaluation = FALSE,
full.name = NULL,
PA = NULL,
run = NULL,
algo = NULL,
model.as.col = FALSE
)
## S4 method for signature 'BIOMOD.models.out'
get_built_models(obj, full.name = NULL, PA = NULL, run = NULL, algo = NULL)
## S4 method for signature 'BIOMOD.models.out'
get_evaluations(
obj,
full.name = NULL,
PA = NULL,
run = NULL,
algo = NULL,
metric.eval = NULL
)
## S4 method for signature 'BIOMOD.models.out'
get_variables_importance(
obj,
full.name = NULL,
PA = NULL,
run = NULL,
algo = NULL,
expl.var = NULL
)
## S4 method for signature 'BIOMOD.projection.out'
get_projected_models(
obj,
full.name = NULL,
PA = NULL,
run = NULL,
algo = NULL,
merged.by.algo = NULL,
merged.by.run = NULL,
merged.by.PA = NULL,
filtered.by = NULL
)
## S4 method for signature 'BIOMOD.projection.out'
free(obj)
## S4 method for signature 'BIOMOD.projection.out'
get_predictions(
obj,
metric.binary = NULL,
metric.filter = NULL,
full.name = NULL,
PA = NULL,
run = NULL,
algo = NULL,
merged.by.algo = NULL,
merged.by.run = NULL,
merged.by.PA = NULL,
filtered.by = NULL,
model.as.col = FALSE,
...
)
## S4 method for signature 'BIOMOD.ensemble.models.out'
get_formal_data(obj, subinfo = NULL)
## S4 method for signature 'BIOMOD.ensemble.models.out'
get_built_models(
obj,
full.name = NULL,
merged.by.algo = NULL,
merged.by.run = NULL,
merged.by.PA = NULL,
filtered.by = NULL,
algo = NULL
)
## S4 method for signature 'BIOMOD.ensemble.models.out'
get_kept_models(obj)
## S4 method for signature 'BIOMOD.ensemble.models.out'
get_predictions(
obj,
evaluation = FALSE,
full.name = NULL,
merged.by.algo = NULL,
merged.by.run = NULL,
merged.by.PA = NULL,
filtered.by = NULL,
algo = NULL,
model.as.col = FALSE
)
## S4 method for signature 'BIOMOD.ensemble.models.out'
get_evaluations(
obj,
full.name = NULL,
merged.by.algo = NULL,
merged.by.run = NULL,
merged.by.PA = NULL,
filtered.by = NULL,
algo = NULL,
metric.eval = NULL
)
## S4 method for signature 'BIOMOD.ensemble.models.out'
get_variables_importance(
obj,
full.name = NULL,
merged.by.algo = NULL,
merged.by.run = NULL,
merged.by.PA = NULL,
filtered.by = NULL,
algo = NULL,
expl.var = NULL
)
obj |
a |
as.data.frame |
a |
PA |
(optional, default |
run |
(optional, default |
subinfo |
a |
evaluation |
a |
full.name |
(optional, default |
algo |
(optional, default |
model.as.col |
(optional, default |
metric.eval |
(optional, default |
expl.var |
(optional, default |
merged.by.algo |
(optional, default |
merged.by.run |
(optional, default |
merged.by.PA |
(optional, default |
filtered.by |
(optional, default |
metric.binary |
(optional, default |
metric.filter |
(optional, default |
... |
(optional, one or several of the following arguments depending on the selected function) |
get_species_data
a data.frame
combining data.species
,
coord
, data.env.var
(and PA.table
) slots of
BIOMOD.formated.data
(or BIOMOD.formated.data.PA
) object
get_eval_data
a data.frame
combining eval.data.species
,
eval.coord
, eval.data.env.var
slots of
BIOMOD.formated.data
or BIOMOD.formated.data.PA
object
get_options
a
BIOMOD.stored.options-class
object from the
models.options
slot of a BIOMOD.models.out-class
object
get_calib_lines
a
BIOMOD.stored.data.frame-class
object from the calib.lines
slot of a BIOMOD.models.out
object
get_projected_models
a vector
from the
models.projected
slot of a BIOMOD.projection.out
object
get_predictions
a BIOMOD.stored.data
object
from the proj.out
slot of a BIOMOD.models.out
,
BIOMOD.projection.out
or
BIOMOD.ensemble.models.out
object
get_kept_models
a vector
containing names of the kept
models of a BIOMOD.ensemble.models.out
object
get_formal_data
depending on the subinfo
parameter :
NULL
a BIOMOD.stored.formated.data-class
(or
BIOMOD.stored.models.out-class
) object from the
formated.input.data
(or models.out
) slot of a
BIOMOD.models.out
(or
BIOMOD.ensemble.models.out
) object
expl.var.names
a vector
from the
expl.var.names
slot of a BIOMOD.models.out
or
BIOMOD.ensemble.models.out
object
resp.var
a vector
from the data.species
slot
of the formated.input.data
slot of a
BIOMOD.models.out
or
BIOMOD.ensemble.models.out
object
expl.var
a data.frame
from the data.env.var
slot of the formated.input.data
slot of a
BIOMOD.models.out
or
BIOMOD.ensemble.models.out
object
MinMax
a list
of minimum and maximum values (or
levels if factorial) of variable contained in the data.env.var
slot of the formated.input.data
slot of a
BIOMOD.models.out
or
BIOMOD.ensemble.models.out
object
eval.resp.var
a vector
from the
eval.data.species
slot of the formated.input.data
slot of
a BIOMOD.models.out
or
BIOMOD.ensemble.models.out
object
eval.expl.var
a data.frame
from the
eval.data.env.var
slot of the formated.input.data
slot of
a BIOMOD.models.out
or
BIOMOD.ensemble.models.out
object
get_built_models
a vector
from the
models.computed
slot (or em.computed
) of a
BIOMOD.models.out
(or
BIOMOD.ensemble.models.out
) object
get_evaluations
a data.frame from the models.evaluation
slot (or model_evaluation
of each model in em.computed
) of a
BIOMOD.models.out
(or BIOMOD.ensemble.models.out
)
object. Contains evaluation metric for different models and dataset.
Evaluation metric are calculated on the calibrating data (column calibration
),
on the cross-validation data (column validation
) or on the evaluation data
(column evaluation
).
For cross-validation data, see CV.[...]
parameters in BIOMOD_Modeling
function ; for evaluation data, see
eval.[...]
parameters in BIOMOD_FormatingData
.
get_variables_importance
a
BIOMOD.stored.data.frame-class
from
the variables.importance
slot (or model_variables_importance
of each model in em.models
) of a BIOMOD.models.out
(or BIOMOD.ensemble.models.out
) object
Damien Georges
BIOMOD.models.out
, BIOMOD.projection.out
,
BIOMOD.ensemble.models.out
Other Toolbox functions:
getters.bm
,
load_stored_object()
,
predict.bm
,
predict.em
,
predict2.bm
,
predict2.em
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.