raster (version 1.1.7)

Extent-class: Class "Extent"

Description

Object of class Extent are used to define the geographic extent (extremes) of objects of the BasicRaster and Raster* classes

Arguments

Objects from the Class

Objects can be created by with the extent function or via a calls to new("Extent", ...).

See Also

extent, setExtent

Examples

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

Run the code above in your browser using DataLab