SVP {humidity} | R Documentation |
calculate saturation vapor pressure E_s
at temperature t
, using the Clausius-Clapeyron equation or the Murray equation.
SVP(t, isK = TRUE, formula = c("Clausius-Clapeyron", "Murray"))
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. |
numeric saturation vapor pressure in hectopascal (hPa) or millibar (mb)
Jun Cai (cai-j12@mails.tsinghua.edu.cn), PhD candidate from Department of Earth System Science, Tsinghua University
SVP(273.15)