View source: R/variables_air_humidity.R
es_calculation | R Documentation |
Mean saturation vapour pressure (es)
es_calculation(tmin, tmax)
tmin |
A dataframe with Minimum daily air temperature (°C). |
tmax |
A dataframe with Maximum daily air temperature (°C). |
Returns a data.frame object with the es data.
Roberto Filgueiras, Luan P. Venancio, Catariny C. Aleman and Fernando F. da Cunha.
## Not run:
es <-es_calculation(tmin, tmax)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.