hum_specific | R Documentation |
Calculates specific humidity from vapor pressure and air pressure.
hum_specific(...) ## S3 method for class 'numeric' hum_specific(p_vapor, p, ...) ## S3 method for class 'weather_station' hum_specific(weather_station, height, ...)
... |
Additional parameters passed to later functions. |
p_vapor |
Vapor pressure in hPa. |
p |
Air pressure in hPa. |
weather_station |
Object of class weather_station. |
height |
Height of measurement. "lower" or "upper". |
Specific humidity in kg/kg.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.