| predict2.em | R Documentation |
biomod2_ensemble_model objectsThis function allows the user to predict single models from
biomod2_ensemble_model on (new) explanatory variables.
## S4 method for signature 'biomod2_ensemble_model,SpatRaster'
predict2(object, newdata, predfun, seedval = NULL, ...)
## S4 method for signature 'biomod2_ensemble_model,data.frame'
predict2(object, newdata, predfun, seedval = NULL, ...)
## S4 method for signature 'EMmean_biomod2_model,SpatRaster'
predict2(object, newdata, ...)
## S4 method for signature 'EMmean_biomod2_model,data.frame'
predict2(object, newdata, ...)
## S4 method for signature 'EMmedian_biomod2_model,SpatRaster'
predict2(object, newdata, ...)
## S4 method for signature 'EMmedian_biomod2_model,data.frame'
predict2(object, newdata, ...)
## S4 method for signature 'EMcv_biomod2_model,SpatRaster'
predict2(object, newdata, ...)
## S4 method for signature 'EMcv_biomod2_model,data.frame'
predict2(object, newdata, ...)
## S4 method for signature 'EMci_biomod2_model,SpatRaster'
predict2(object, newdata, ...)
## S4 method for signature 'EMci_biomod2_model,data.frame'
predict2(object, newdata, ...)
## S4 method for signature 'EMca_biomod2_model,SpatRaster'
predict2(object, newdata, data_as_formal_predictions = FALSE, ...)
## S4 method for signature 'EMca_biomod2_model,data.frame'
predict2(object, newdata, data_as_formal_predictions = FALSE, ...)
## S4 method for signature 'EMwmean_biomod2_model,SpatRaster'
predict2(object, newdata, data_as_formal_predictions = FALSE, ...)
## S4 method for signature 'EMwmean_biomod2_model,data.frame'
predict2(object, newdata, data_as_formal_predictions = FALSE, ...)
## S4 method for signature 'EMmode_biomod2_model,SpatRaster'
predict2(object, newdata, ...)
## S4 method for signature 'EMmode_biomod2_model,data.frame'
predict2(object, newdata, ...)
## S4 method for signature 'EMfreq_biomod2_model,SpatRaster'
predict2(object, newdata, ...)
## S4 method for signature 'EMfreq_biomod2_model,data.frame'
predict2(object, newdata, ...)
object |
a |
newdata |
a |
predfun |
a |
seedval |
(optional, default |
data_as_formal_predictions |
(optional, default |
... |
(optional) |
Remi Patin
biomod2_ensemble_model
Other Toolbox functions:
getters.bm,
getters.out,
load_stored_object(),
predict.bm,
predict.em,
predict2.bm,
setters
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.