| exact_resample {exactextractr} | R Documentation |
Resample a raster to a new grid
## S4 method for signature 'RasterLayer,RasterLayer' exact_resample(x, y, fun) ## S4 method for signature 'SpatRaster,SpatRaster' exact_resample(x, y, fun)
x |
a |
y |
a raster of the same class as |
fun |
a named summary operation to be used for the resampling |
a resampled version of x, returned as a RasterLayer or
SpatRaster, depending on the values of x and y