Learn R Programming

humidity (version 0.1.4)

SVP.ClaCla: calculate saturation vapor pressure using the Clausius-Clapeyron equation

Description

calculate saturation vapor pressure \(E_s\) at temperature \(t\), using the Clausius-Clapeyron equation.

Usage

SVP.ClaCla(t)

Arguments

t

temperature in Kelvin (K)

Value

numeric saturation vapor pressure in hectopascal (hPa) or millibar (mb)

References

Shaman, J., & Kohn, M. (2009). Absolute humidity modulates influenza survival, transmission, and seasonality. Proceedings of the National Academy of Sciences, 106(9), 3243-3248.

Wallace, J. M., & Hobbs, P. V. (2006). Atmospheric science: an introductory survey (Vol. 92). Academic press.

See Also

SVP.Murray, SVP.

Examples

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

Run the code above in your browser using DataLab