Learn R Programming

chronosphere (version 0.4.0)

extent: Extent of a RasterArray object

Description

The method is inherited from the RasterStack class.

Usage

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

Arguments

x

a RasterArray-class object.

...

arguments passed to the extent function.

Value

An aggregated RasterArray class object.

Examples

Run this code
# NOT RUN {
data(dems)
agg <- extent(dems)
# }

Run the code above in your browser using DataLab