RelHum {FAO56} | R Documentation |
Relative Humidity (RH)
Description
RelHum
returns the value of relative humidity.
Usage
RelHum(e_a, e0T)
Arguments
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]. |
Details
This is a function to calculate the relative humidity.
Value
The function returns the value of the relative humidity as a numeric scalar.
Reference
See Also
Examples
RelHum(e_a = 0.7, e0T = 0.9)
[Package FAO56 version 1.0 Index]