bearings: Calculating bearings between two sets of points

Description Usage Arguments Value Examples

Description

Calculates the bearing from one set of points to another.

Usage

1
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

1
bears <- bearings(example$traps, example$mask) 

b-steve/admbsecr documentation built on May 11, 2019, 5:20 p.m.