View source: R/specific_humidity.R
specific_humidity | R Documentation |
Specific humidity is the mass of water vapour in grams per kilogram of moist air.
specific_humidity(temp, rh, pressure = 1013.25)
temp |
Temperature degrees Celsius. |
rh |
Relative humidity in percentage. |
pressure |
Pressure in hectopascals (hPa). |
Numeric vector, specific humidity in g.kg-1
.
Stuart K. Grange
absolute_humidity
, calculate_dew_point
,
calculate_vapour_pressure
, calculate_mixing_ratio
# Calculate specific humidities at different relative humidities
specific_humidity(20, 95:100)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.