RelHum {FAO56} | R Documentation |
RelHum
returns the value of relative humidity.
RelHum(e_a, e0T)
e_a |
Optional. A numeric scalar that denotes the actual vapour pressure [kPa]. |
e0T |
A numeric scalar that denotes the saturation vapour pressure at a specific air temperature [kPa]. |
This is a function to calculate the relative humidity.
The function returns the value of the relative humidity as a numeric scalar.
RelHum(e_a = 0.7, e0T = 0.9)