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