View source: R/ra_interpolate.R
ra_interpolate | R Documentation |
Function to interpolate a raster object.
ra_interpolate(
ra,
variable = "value",
sp,
method = "inverse_distance_weighted",
n_max = Inf
)
ra |
Raster object to be interpolated. |
variable |
Variable name to interpolate in |
sp |
Spatial point object which contains the locations of the raster points. |
method |
Interpolation method to use. Only
|
n_max |
The number of nearest observations that should be used for interpolation. |
Raster layer.
Stuart K. Grange
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.