The function calculates saturation vapor pressure (kPa) based on the Clausius-Clapeyron equation (Stull 2000; Riddell et al. 2018) .

saturation_vapor_pressure(T_a)

Arguments

T_a

numeric air temperature (K).

Value

numeric saturation vapor pressure, e_s (kPa).

References

Riddell EA, Odom JP, Damm JD, Sears MW (2018). “Plasticity reveals hidden resistance to extinction under climate change in the global hotspot of salamander diversity.” Science Advances, 4(4). doi:10.1126/sciadv.aar5471 .

Stull RB (2000). Meteorology for Scientists and Engineers. Brooks Cole. ISBN 978-0534372149.

Author

Eric Riddell

Examples

  saturation_vapor_pressure(T_a = 293)
#> [1] 2.341779