RH {humidity}R Documentation

calculate relative humidity

Description

calculate relative humidity \psi based on temperature t and dew point T_d

Usage

RH(t, Td, isK = TRUE)

Arguments

t

temperature in Kelvin (K) or in degree Celsius (°C)

Td

dew point in Kelvin (K) or in degree Celsius (°C)

isK

logical indicator whether temperature is in Kelvin (K). The default value is TRUE.

Value

numeric relative humidity in

Author(s)

Jun Cai (cai-j12@mails.tsinghua.edu.cn), PhD candidate from Department of Earth System Science, Tsinghua University

See Also

AH, SH.

Examples

RH(30, 15, isK = FALSE)

[Package humidity version 0.1.5 Index]