bearingToXY: Convert a bearing (in degrees) and velocity (in knots) to...

Description Usage Arguments Value

Description

Convert a bearing (in degrees) and velocity (in knots) to north and east velocity (in ft / s).

Usage

1
bearingToXY(bearing, speed)

Arguments

bearing

A numeric vector giving the instantaneous direction of the velocity in degrees.

speed

A numeric vector giving the instantaneous magnitude of the velocity in knots.

Value

A n x 2 matrix giving the north/south and east/west components of the velocity, in feet/s.


eamoncaddigan/flightconflicts documentation built on May 15, 2019, 7:26 p.m.