rcpp_get_bearing | R Documentation |
Rcpp get bearing between two coordinate pairs.
rcpp_get_bearing(x1, y1, x2, y2)
x1 , y1 |
Double with first xy coords pair. |
x2 , y2 |
Double with second xy coords pair. |
Get bearing between (x1,y1) and (x2,y2).
double
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.