ext {via} | R 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 |
... |
arguments passed to the |
Value
An aggregated RasterArray
-class object.
Examples
ex <- rastex()
extent <- ext(ex)
[Package via version 0.2.0 Index]