Skip to contents

The method is inherited from the 'SpatRaster' class.

Usage

# S4 method for RasterArray
aggregate(x, ...)

Arguments

x

a RasterArray-class object.

...

arguments passed to the aggregate function.

Value

An aggregated RasterArray-class object.

Examples

library(terra)
#> terra 1.7.29
ex <- rastex()
agg <- aggregate(ex, 30)