MeanRH: Mean Relative Humidity (RH_mean)

View source: R/PanET.R

MeanRHR Documentation

Mean Relative Humidity (RH_mean)

Description

MeanRH returns the value of mean relative humidity.

Usage

MeanRH(T_min, T_max)

Arguments

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].

Details

This is a function to calculate the mean relative humidity.

Value

The function returns the value of the mean relative humidity as a numeric scalar.

Reference

Allen, R. G., Pereira, L. S., Raes, D., & Smith, M. (1998). Crop evapotranspiration - Guidelines for computing crop water requirements - FAO Irrigation and drainage paper 56. Fao, Rome, 300(9), D05109.

See Also

SatVP.

Examples

MeanRH(T_min = 19, T_max = 26)


FAO56 documentation built on Nov. 15, 2023, 1:07 a.m.