mosaic_interpolate {pliman} | R Documentation |
Mosaic interpolation
Description
Performs the interpolation of points from a raster object.
Usage
mosaic_interpolate(mosaic, points, method = c("bilinear", "loess", "idw"))
Arguments
mosaic |
An |
points |
An |
method |
One of "bilinear" (default), "loess" (local regression) or "idw" (Inverse Distance Weighting). |
Value
An SpatRaster
object with the same extend and crs from mosaic
[Package pliman version 3.0.0 Index]