powered by
Get the reference window of a spatial object.
getWindow(x, ...)# S4 method for ANY getWindow(x)# S4 method for geom getWindow(x)# S4 method for Spatial getWindow(x)# S4 method for sf getWindow(x)# S4 method for Raster getWindow(x)# S4 method for matrix getWindow(x)
# S4 method for ANY getWindow(x)
# S4 method for geom getWindow(x)
# S4 method for Spatial getWindow(x)
# S4 method for sf getWindow(x)
# S4 method for Raster getWindow(x)
# S4 method for matrix getWindow(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).
x
Other getters: getCRS(), getCols(), getExtent(), getFeatures(), getGroups(), getHistory(), getLayers(), getNames(), getPoints(), getRes(), getRows(), getType()
getCRS()
getCols()
getExtent()
getFeatures()
getGroups()
getHistory()
getLayers()
getNames()
getPoints()
getRes()
getRows()
getType()
# NOT RUN { getWindow(x = gtGeoms$line) getWindow(x = gtSP$SpatialLines) getWindow(x = gtSF$multilinestring) getWindow(x = gtRasters$categorical) getWindow(x = matrix(0, 3, 5)) # }
Run the code above in your browser using DataLab