ext: Extent of a "RasterArray"-class object

extR Documentation

Extent of a 'RasterArray'-class object

Description

The method is inherited from the 'SpatRaster' class.

Usage

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

Arguments

x

a RasterArray-class object.

...

arguments passed to the ext function.

Value

An aggregated RasterArray-class object.

Examples

ex <- rastex()
extent <- ext(ex)

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

Related to ext in via...