Class "Extent"
Objects of class Extent are used to define the spatial extent (extremes) of objects of the BasicRaster and Raster* classes. class
You can use the extent
function to create Extent objects, or to extract them from Raster* and Spatial* objects.
xmin
:: minimum x coordinatexmax
:: maximum x coordinateymin
:: minumum y coordinateymax
:: maximum y coordinateextent
, setExtent
ext <- extent(-180,180,-90,90) ext