MeanRH {FAO56} | R Documentation |
MeanRH
returns the value of mean relative humidity.
MeanRH(T_min, T_max)
T_min |
Optional. A numeric scalar that denotes the daily minimum temperature [C]. |
T_max |
Optional. A numeric scalar that denotes the daily maximum temperature [C]. |
This is a function to calculate the mean relative humidity.
The function returns the value of the mean relative humidity as a numeric scalar.
MeanRH(T_min = 19, T_max = 26)