aggregate: Aggregate raster cells in a "RasterArray"-class object

aggregateR Documentation

Aggregate raster cells in a 'RasterArray'-class object

Description

The method is inherited from the 'SpatRaster' class.

Usage

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

Arguments

x

a RasterArray-class object.

...

arguments passed to the aggregate function.

Value

An aggregated RasterArray-class object.

Examples

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

via documentation built on May 31, 2023, 8:31 p.m.

Related to aggregate in via...