predict.bm {biomod2} | R Documentation |
Functions to get predictions from biomod2_model
objects
Description
This function allows the user to predict single models from
biomod2_model
on (new) explanatory variables.
Usage
## S4 method for signature 'biomod2_model'
predict(object, newdata, ...)
Arguments
object |
a |
newdata |
a |
... |
(optional) |
Author(s)
Damien Georges
See Also
Other Toolbox functions:
getters.bm
,
getters.out
,
load_stored_object()
,
predict.em
,
predict2.bm
,
predict2.em
[Package biomod2 version 4.2-5-2 Index]