SVP: calculate saturation vapor pressure

Description Usage Arguments Value Author(s) See Also Examples

View source: R/humidity.R

Description

calculate saturation vapor pressure E_s at temperature t, using the Clausius-Clapeyron equation or the Murray equation.

Usage

1
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

SVP.ClaCla, SVP.Murray.

Examples

1
SVP(273.15)

Example output

[1] 6.11

humidity documentation built on Nov. 10, 2019, 9:07 a.m.