relative_humidity: Relative humidity.

View source: R/cdtClimate_Humidity_functions.R

relative_humidityR Documentation

Relative humidity.

Description

Compute the relative humidity from the air temperature and dewpoint temperature.

Usage

relative_humidity(tm, td)

Arguments

tm

numeric, a vector or matrix of the air temperature in degree Celsius.

td

numeric, a vector or matrix of the dewpoint temperature in degree Celsius.

Value

Returns a vector or matrix, the units are in percentage.


rijaf-iri/CDT documentation built on July 3, 2024, 2:54 a.m.