Description Usage Arguments Details Value Author(s) Examples
Calculates the Mach number
| 1 | MachNumber(P, Q, E = 0)
 | 
| P | A numeric (optionally vector) giving the ambient pressure in hPa | 
| Q | A numeric (optionally vector) giving the dynamic pressure in hPa | 
| E | A numeric (optionally vector) giving the water vapor pressure in hPa | 
returns the Mach number calculated from ambient and dynamic pressure and, optionally, corrected for water vapor pressure
A numeric (possible vector) giving the MACH Number
William Cooper
| 1 2 3 | MACH <- MachNumber(500., 50.)
MACH <- MachNumber(700., 60., 1.1)
MACH <- MachNumber (RAFdata$PSXC, RAFdata$QCXC, RAFdata$EWX)
 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.