hum_absolute.RdCalculates absolute humidity from vapor pressure and temperature.
hum_absolute(...) # S3 method for numeric hum_absolute(p_vapor, t_pot, ...) # S3 method for weather_station hum_absolute(weather_station, height, ...)
| ... | Additional parameters passed to later functions. |
|---|---|
| p_vapor | Vapor presure in hPa. |
| t_pot | Potential air temperature in Kelvin. |
| weather_station | Object of class weather_station. |
| height | Height of measurement. "lower" or "upper". |
Absolute humidity in kg/m^3.