View source: R/variables_air_humidity_2.R
ea_rh_calculation | R Documentation |
Actual vapour pressure (ea) derived from relative humidity data
ea_rh_calculation(tmin, tmax, rh_min, rh_mean, rh_max)
tmin |
A dataframe with minimum daily air temperature (°C) |
tmax |
A dataframe with maximum daily air temperature (°C) |
rh_min |
A dataframe with minimum daily relative air humidity (percentage). |
rh_mean |
A dataframe with mean daily relative air humidity (percentage). |
rh_max |
A dataframe with maximum daily relative air humidity (percentage). |
Returns a data.frame object with the with ea from relative humidity data.
Roberto Filgueiras, Luan P. Venancio, Catariny C. Aleman and Fernando F. da Cunha
## Not run:
ea <- ea_rh_calculation(tmin, tmax, rh_min, rh_mean, rh_max)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.