get_bearing: Get bearing (angle) between -180 and 180 from one set of...

Description Usage Arguments

View source: R/points.R

Description

Get bearing (angle) between -180 and 180 from one set of points (i.e., responses) to another (i.e. actual locations)

Usage

1
get_bearing(set1, set2)

Arguments

set1

sf object of locations; must have 'lng' and 'lat' columns

set2

sf object of locations; must have 'lng' and 'lat' columns


tmp111020/sfe documentation built on July 28, 2021, 12:48 a.m.