Description Usage Arguments Details Examples
View source: R/fao_penman_monteith.R
Calculate the saturation vapor pressure in kPa
1 | get_es(T_C)
|
T_C |
Temperature in deg C |
Calculates the saturation vapor pressure in kPa as a function of temperature (deg C) as
es = a * exp(b * T_C / (T_C + c1)), where
a = 0.6108 b = 17.27 c = 237.3
1 | get_es(24.5)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.