powered by
2D bounding rectangles
wk_bbox(handleable, ...)# S3 method for default wk_bbox(handleable, ...)wk_bbox_handler()
# S3 method for default wk_bbox(handleable, ...)
wk_bbox_handler()
A geometry vector (e.g., wkb(), wkt(), xy(), rct(), or sf::st_sfc()) for which wk_handle() is defined.
wkb()
wkt()
xy()
rct()
sf::st_sfc()
wk_handle()
Passed to the wk_handle() method.
A rct() of length 1.
# NOT RUN { wk_bbox(wkt("LINESTRING (1 2, 3 5)")) # }
Run the code above in your browser using DataLab