Description Usage Arguments Value Examples
Convert bbm (matrix of bounding boxes) to elements of slope-intercept matrix or vector of angles
1 2 3 | bbm_to_abm(m)
bbm_to_angle(m, m2 = NULL)
|
m, m2 |
matrix, where columns represent x1, y1, x2, y2 of bbx |
matrix of slopes and intercepts
vector of angles
1 2 3 4 5 | m <-bbx_to_bbm(c("0 0 5 5", "5 5 10 10"))
bbm_to_abm(m)
m <-bbx_to_bbm(c("0 0 5 5", "5 5 10 10"))
bbm_to_angle(m)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.