Description Usage Arguments Value See Also Examples
Takes a bbox and returns an equivalent polygon data-Polygon.
1 | lawn_bbox_polygon(bbox)
|
bbox |
An array of bounding box coordinates in the form:
|
A data-Polygon representation of the bounding box.
Other measurements:
lawn_along(),
lawn_area(),
lawn_bbox(),
lawn_bearing(),
lawn_center_of_mass(),
lawn_center(),
lawn_centroid(),
lawn_destination(),
lawn_distance(),
lawn_envelope(),
lawn_extent(),
lawn_line_distance(),
lawn_midpoint(),
lawn_point_on_feature(),
lawn_pt2line_distance(),
lawn_square()
1 2 3 4 5 6 7 | bbox <- c(0, 0, 10, 10)
lawn_bbox_polygon(bbox)
## Not run:
lawn_bbox_polygon(bbox) %>% view
lawn_bbox_polygon(c(1, 3, 5, 50)) %>% view
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.