Learn R Programming

humidity (version 0.1.5)

RH: 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 (<U+00B0>C)

Td

dew point in Kelvin (K) or in degree Celsius (<U+00B0>C)

isK

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

Value

numeric relative humidity in

See Also

AH, SH.

Examples

Run this code
# NOT RUN {
RH(30, 15, isK = FALSE)
# }

Run the code above in your browser using DataLab