SVP {humidity} | R Documentation |
calculate saturation vapor pressure
Description
calculate saturation vapor pressure E_s
at temperature t
, using the Clausius-Clapeyron equation or the Murray equation.
Usage
SVP(t, isK = TRUE, formula = c("Clausius-Clapeyron", "Murray"))
Arguments
t |
temperature in Kelvin (K) or in degree Celsius (°C) |
isK |
logical indicator whether temperature is in Kelvin (K). The default value is TRUE. |
formula |
the formula is used for calculating saturation vapor pressure. By default the Clausius-Clapeyron equation is used. |
Value
numeric saturation vapor pressure in hectopascal (hPa) or millibar (mb)
Author(s)
Jun Cai (cai-j12@mails.tsinghua.edu.cn), PhD candidate from Department of Earth System Science, Tsinghua University
See Also
Examples
SVP(273.15)
[Package humidity version 0.1.5 Index]