Resample a raster to a new grid
# S4 method for RasterLayer,RasterLayer
exact_resample(x, y, fun, coverage_area = FALSE)# S4 method for SpatRaster,SpatRaster
exact_resample(x, y, fun, coverage_area = FALSE)
a resampled version of x, returned as a RasterLayer or
SpatRaster, depending on the values of x and y
a RasterLayer or SpatRaster to be resampled
a raster of the same class as x with a grid definition to
which x should be resampled
a named summary operation or R function to be used for the resampling
use cell coverage areas instead of coverage fractions
in fun