Learn R Programming

FAO56 (version 1.0)

RelHum: Relative Humidity (RH)

Description

RelHum returns the value of relative humidity.

Usage

RelHum(e_a, e0T)

Value

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

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.

See Also

SatVP.

Examples

Run this code
RelHum(e_a = 0.7, e0T = 0.9)

Run the code above in your browser using DataLab