View source: R/variables_air_humidity_2.R
rh_calculation | R Documentation |
Relative humidity is calculated in this function based on minimum air temperature of the day and the air temperature of the moment.
rh_calculation(tmin, tmean)
tmin |
A dataframe with minimum daily air temperature (°C) |
tmean |
A dataframe with mean air temperature (°C) that you want to calculate the relative humidity. |
A data.frame object with the relative humidity calculated
Roberto Filgueiras, Luan P. Venancio, Catariny C. Aleman and Fernando F. da Cunha
## Not run:
rh <- rh_calculation(tmin, tmean)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.