calc_obb | R Documentation |
This function calculates the minimum bounding box of a group of objects
calc_obb(x, y, geo = FALSE)
x |
A vector of x (or longitude) coordinates. |
y |
A vector of y (or latitude) coordinates. |
geo |
A logical value indicating whether the locations are defined by geographic coordinates (pairs of longitude/latitude values). Default: FALSE. |
A list with the bounding box coordinates, its height, width, and the orientation of the longest side in degrees.
Marina Papadopoulou, m.papadopoulou.rug@gmail.com
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.