dewpoint_temperature: Dewpoint temperature.

View source: R/cdtClimate_Humidity_functions.R

dewpoint_temperatureR Documentation

Dewpoint temperature.

Description

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

Usage

dewpoint_temperature(tm, rh)

Arguments

tm

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

rh

numeric, a vector or matrix of the relative humidity in percentage.

Value

Returns a vector or matrix, the units are in degree Celsius.


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