View source: R/calculate_dew_point.R
calculate_dew_point | R Documentation |
Dew point temperature is the temperature which air must be cooled to achieve saturation.
calculate_dew_point(temp, rh)
temp |
Air temperature in degrees Celsius. |
rh |
Relative humidity in percentage. |
Numeric vector, dew point temperature in degrees Celsius.
Stuart K. Grange
# Calculate dew point with temperature in degrees C and relative humidity
# in percent
calculate_dew_point(20, 65)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.