R/st_bbox.R
st_bbox.Rd
Returns the bounding box of the geometry column.
# S3 method for class 'dbSpatial' st_bbox(obj, ...)
dbSpatial object
dbSpatial
additional arguments passed to methods
bbox object (named numeric vector with xmin, ymin, xmax, ymax)
bbox
Other geom_summary: st_xmax(), st_ymax()
st_xmax()
st_ymax()