Description Usage Arguments Examples
compute azimuth between sequence of points
1 |
x |
object of class |
1 2 3 | library(sf)
p = st_sfc(st_point(c(7,52)), st_point(c(8,53)), crs = 4326)
st_geod_azimuth(p)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.