Description Usage Arguments Value Author(s)
Quick function to return a bounding box from a 'data.frame' that has longitude and latitude columns.
1 | coords2bbox(data, longitude = "Longitude", latitude = "Latitude")
|
data |
A 'data.frame' with coordinates in it. |
longitude |
The name of the column for the x-axis coordinate |
latitude |
The name of the column for the y-axis coordinate |
A bounding box (left, bottom, right, top)
Rodney Dyer <rjdyer@vcu.edu>
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.