air2ground: Compute groundspeed

View source: R/air2ground.R

air2groundR Documentation

Compute groundspeed

Description

Computes groundspeed from airspeed and wind.

Usage

air2ground(airSpeed, windSpeed = 0, windDir = 0, climbAngle = 0)

Arguments

airSpeed

airspeed

windSpeed

windspeed

windDir

wind direction relative to (intended) track direction in degrees

climbAngle

climb angle in degrees

Value

driftAngle

Angle between airspeed and groundspeed

groundSpeed

Speed over ground

Author(s)

Marco Klein Heerenbrink


MarcoKlH/afpt-r documentation built on Nov. 6, 2023, 7:27 a.m.