Description Usage Arguments Value Examples
Calculate true airspeed from wind direction and speed
1  | TrueAirSpeed2(FlightSpeedComponents, V_WIND, theta, phi)
 | 
FlightSpeedComponents | 
 Components of speed of flight  | 
V_WIND | 
 Windspeed  | 
theta | 
 Wind directions in degrees  | 
phi | 
 Wind directions in degrees  | 
True airspeed
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)
 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.