Learn R Programming

humidity (version 0.1.4)

WVP1: calculate partial water vapor pressure given dew point

Description

calculate partial water vapor pressure \(e\) based on dew point \(T_d\)

Usage

WVP1(Td, isK = TRUE)

Arguments

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 partial vapor pressure in hectopascal (hPa) or millibar (mb)

See Also

SVP, SVP.ClaCla.

Examples

Run this code
# NOT RUN {
T0 # absolute zero in Kelvin (K)
WVP1(T0)
# }

Run the code above in your browser using DataLab