bbox2points | R Documentation |
corner coordinates of area described by bounding box
Returns a 2x4 matrix with coordinates x,y of the four corner points for a region with an extent determined by the input bounding box.
bbox2points(bb)
bb |
2x2 numerical matrix (bounding box matrix) with x,y rows and and min, max columns |
2x4 matrix with coordinates x y of points at the corners the region with extent defined by 'bb'
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.