Get the reference window of a spatial object.
Get the reference window of a spatial object.
getWindow(x, ...) ## S4 method for signature 'ANY' getWindow(x) ## S4 method for signature 'geom' getWindow(x) ## S4 method for signature 'Spatial' getWindow(x) ## S4 method for signature 'sf' getWindow(x) ## S4 method for signature 'Raster' getWindow(x) ## S4 method for signature 'matrix' getWindow(x)
x |
the object from which to derive the reference window. |
... |
other arguments. |
A tibble of the corner coordinates of the reference window of
x
. This table two columns (x and y) and two rows (minimum and
maximum).
getWindow(x = gtGeoms$line) getWindow(x = gtSP$SpatialLines) getWindow(x = gtSF$multilinestring) getWindow(x = gtRasters$categorical) getWindow(x = matrix(0, 3, 5))
Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.