Learn R Programming

chronosphere (version 0.4.1)

aggregate: Aggregate raster cells in a RasterArray object

Description

The method is inherited from the RasterStack class.

Usage

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

Value

An aggregated RasterArray class object.

Arguments

x

a RasterArray-class object.

...

arguments passed to the aggregate function.

Examples

Run this code
data(dems)
agg <- aggregate(dems, 5)

Run the code above in your browser using DataLab