compute azimuth between sequence of points
compute azimuth between sequence of points
st_geod_azimuth(x)
x |
object of class |
library(sf) p = st_sfc(st_point(c(7,52)), st_point(c(8,53)), crs = 4326) st_geod_azimuth(p)
Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.