rcpp_get_bearing: rcpp_get_bearing

View source: R/RcppExports.R

rcpp_get_bearingR Documentation

rcpp_get_bearing

Description

Rcpp get bearing between two coordinate pairs.

Usage

rcpp_get_bearing(x1, y1, x2, y2)

Arguments

x1, y1

Double with first xy coords pair.

x2, y2

Double with second xy coords pair.

Details

Get bearing between (x1,y1) and (x2,y2).

Value

double


Allgeier-Lab/arrR documentation built on Feb. 13, 2025, 7:44 a.m.