View source: R/absolute_humidity.R
absolute_humidity | R Documentation |
Absolute humidity is the amount of amount of water vapour in air, usually
expressed in g.m-3
.
absolute_humidity(air_temp, rh)
air_temp |
Air temperature in degrees Celsius. |
rh |
Relative humidity in percentage. |
Numeric vector, absolute humidity in g.m-3
.
Stuart K. Grange
# Calculate absolute humidity with temperature in degrees C and relative
# humidity in percent
absolute_humidity(10.7, 73.3)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.