bearings: Calculating bearings between two sets of points

View source: R/RcppExports.R

bearingsR Documentation

Calculating bearings between two sets of points

Description

Calculates the bearing from one set of points to another.

Usage

bearings(a, b)

Arguments

a

matrix containing a set of coordinates.

b

matrix containing another set of coordinates.

Value

A matrix with bearings of the points in matrix b from the points in matrix a.

Examples

bears <- bearings(example.data$traps, example.data$mask) 


b-steve/ascr documentation built on Aug. 15, 2022, 2:38 p.m.