powered by
The method is inherited from the RasterStack class.
RasterStack
# S4 method for RasterArray,ANY resample(x, y, ...)
A resampled RasterArray class object.
RasterArray
a RasterArray class object.
The y argument of the resample function.
resample
arguments passed to the resample function.
data(dems) template <- raster(res=5) resampled <- resample(dems, template)
Run the code above in your browser using DataLab