View source: R/calc_air_pressure.R
calc_air_pressure | R Documentation |
Estimates air pressure from air temperature and elevation
calc_air_pressure(
temp.air = u(15, "degC"),
elevation = u(762, "m"),
attach.units = deprecated()
)
temp.air |
air temperature in degrees C. Default is 15 degC. |
elevation |
the site elevation above sea level in m. Default is the rough mean elevation of the USA at 2500 ft (from http://www.infoplease.com/ipa/A0001792.html) |
attach.units |
(deprecated, effectively FALSE in future) logical. Should the returned vector be a unitted object? |
a numeric vector of barometric pressures in mb, with units attached if requested.
calc_air_pressure(15, 762)
calc_air_pressure(15, 100)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.