View source: R/predict_raster.R
predict_raster | R Documentation |
This function allows to use a raster as data to make predictions from a
variety of tidymodels
objects, such as simple_ensemble
or
stacks::stacks
predict_raster(object, raster, ...)
## Default S3 method:
predict_raster(object, raster, ...)
object |
the |
raster |
the |
... |
parameters to be passed to the standard |
a terra::SpatRaster
(or stars
if that is the input) with the
predictions
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.