MeanTemp {FAO56} | R Documentation |
MeanTemp
returns the value of mean daily air temperature [C].
MeanTemp(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 daily air temperature [C].
The function returns the value of the mean daily air temperature [C] as a numeric scalar.
MeanTemp(T_min = 5, T_max = 35)