mergebbox | R Documentation |
Create a single bounding box that encloses all of the bounding boxes.
mergebbox(...)
... |
An arbitrary number of bounding boxes as generated by |
A single bounding box that contains all of its arguments.
box1 <- makebbox(45, -64, 44, -65)
box2 <- makebbox(45.5, -64.5, 44.5, -65.6)
mergebbox(box1, box2)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.