TrueAirSpeed2: True airspeed (alternative 2)

Description Usage Arguments Value Examples

Description

Calculate true airspeed from wind direction and speed

Usage

1
TrueAirSpeed2(FlightSpeedComponents, V_WIND, theta, phi)

Arguments

FlightSpeedComponents

Components of speed of flight

V_WIND

Windspeed

theta

Wind directions in degrees

phi

Wind directions in degrees

Value

True airspeed

Examples

1
2
3
4
5
6
x <- c(1:5)
y <- c(1:5)
z <- c(1:5)
t <- c(1:5)
FS.Components <- FlightSpeedComponents(t,x,y,z)
T.airspeed <- TrueAirSpeed1(FS.Components, 30, 15, 10)

Josephine-Tetteh/FlightSim-updates documentation built on May 9, 2019, 3:26 a.m.