Description Usage Arguments Value See Also Examples
Get the extent (bounding box) of a spatial object.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 | getExtent(x, ...)
## S4 method for signature 'ANY'
getExtent(x)
## S4 method for signature 'geom'
getExtent(x)
## S4 method for signature 'Spatial'
getExtent(x)
## S4 method for signature 'sf'
getExtent(x)
## S4 method for signature 'Raster'
getExtent(x)
## S4 method for signature 'matrix'
getExtent(x)
|
x |
the object from which to derive the extent. |
... |
other arguments. |
A tibble of the lower left and upper right corner coordinates of the
extent of x. This table two columns (x and y) and two rows (minimum
and maximum).
Other getters:
getCRS(),
getCols(),
getFeatures(),
getGroups(),
getHistory(),
getLayers(),
getNames(),
getPoints(),
getRes(),
getRows(),
getType(),
getWindow()
1 2 3 4 5 6 7 8 9 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.