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