MSVP {FAO56} | R Documentation |
MSVP
returns the value of mean saturation vapour pressure.
MSVP(T_max, T_min)
T_max |
Optional. A numeric scalar that denotes the daily maximum temperature [C]. |
T_min |
Optional. A numeric scalar that denotes the daily minimum temperature [C]. |
This is a function to calculate the mean saturation vapour pressure [kPa].
The function returns the value of the mean saturation vapour pressure [kPa] as a numeric scalar.
MSVP(T_max = 35, T_min = 1)