RH: calculate relative humidity

Description Usage Arguments Value Author(s) See Also Examples

View source: R/humidity.R

Description

calculate relative humidity ψ based on temperature t and dew point T_d

Usage

1
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

1
RH(30, 15, isK = FALSE)

caijun/humidity documentation built on Nov. 12, 2019, 2:36 p.m.