st_geod_azimuth: compute azimuth between sequence of points

View source: R/bearing.R

st_geod_azimuthR Documentation

compute azimuth between sequence of points

Description

compute azimuth between sequence of points

Usage

st_geod_azimuth(x)

Arguments

x

object of class sf, sfc or sfg

Examples

library(sf)
p = st_sfc(st_point(c(7,52)), st_point(c(8,53)), crs = 4326)
st_geod_azimuth(p)

r-spatial/lwgeom documentation built on April 15, 2024, 12:02 p.m.