geo_bbox_polygon | R Documentation |
Takes a bbox and returns an equivalent Feature<Polygon>
geo_bbox_polygon(bbox)
bbox |
extent in |
Feature<Polygon> a Polygon representation of the bounding box
geo_bbox_polygon(c(0, 0, 10, 10))
geo_bbox_polygon(c(-90, -30, -70, -10))
geo_bbox_polygon(c(0, 0, 10, 10))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.