View source: R/absolute_humidity.R
calculate_relative_humidity | R Documentation |
Function to calculate relative humidity from air temperature and dew point temperature.
calculate_relative_humidity(air_temp, dewpoint, m = 7.591386, t_n = 240.7263)
air_temp |
Air temperature in degrees Celsius. |
dewpoint |
Dew point temperature in degrees Celsius. |
m , t_n |
Constants for the approximation. The default values are accurate in temperatures which are experienced in the ambient atmosphere. |
Numeric vector, relative humidity in percentage (%).
Stuart K. Grange
# Calculate relative humidity in percent with degrees C
calculate_relative_humidity(10.7, 6.11)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.