Learn R Programming

FAO56 (version 1.0)

MeanRH: Mean Relative Humidity (RH_mean)

Description

MeanRH returns the value of mean relative humidity.

Usage

MeanRH(T_min, T_max)

Value

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

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.

See Also

SatVP.

Examples

Run this code
MeanRH(T_min = 19, T_max = 26)

Run the code above in your browser using DataLab