Learn R Programming

via (version 0.2.0)

ext: Extent of a 'RasterArray'-class object

Description

The method is inherited from the 'SpatRaster' class.

Usage

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

Value

An aggregated RasterArray-class object.

Arguments

x

a RasterArray-class object.

...

arguments passed to the ext function.

Examples

Run this code
ex <- rastex()
extent <- ext(ex)

Run the code above in your browser using DataLab