mosaic_interpolate | R Documentation |
Performs the interpolation of points from a raster object.
mosaic_interpolate(mosaic, points, method = c("bilinear", "loess", "idw"))
mosaic |
An |
points |
An |
method |
One of "bilinear" (default), "loess" (local regression) or "idw" (Inverse Distance Weighting). |
An SpatRaster
object with the same extend and crs from mosaic
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.