Learn R Programming

terra (version 1.8-80)

SpatExtent-class: Class "SpatExtent"

Description

Objects of class SpatExtent are used to define the spatial extent (extremes) of objects of the SpatRaster class.

Arguments

Examples

Run this code
e <- ext(-180, 180, -90, 90)
e

Run the code above in your browser using DataLab