aggregate | R Documentation |
RasterArray
'-class objectThe method is inherited from the 'SpatRaster
' class.
## S4 method for signature 'RasterArray'
aggregate(x, ...)
x |
a |
... |
arguments passed to the |
An aggregated RasterArray
-class object.
library(terra)
ex <- rastex()
agg <- aggregate(ex, 30)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.