atmospheric_pressure | R Documentation |
Calculates atmospheric pressure at a given altitude above sea level.
atmospheric_pressure(z, temp = 293.15, lb = 0.0065)
z |
Altitude above sea level [m]. |
temp |
Meam atmospheric temperature [K]. The default is 293.15. |
lb |
Temperature lapse rate [K / m] (i.e. how many Kelvin the temperature of air decreases with a 1 m increase in altitude). The default is 5e-3 K / m. |
Atmospheric pressure at altitude z.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.