Learn R Programming

TrenchR (version 1.1.1)

VAPPRS: Saturation Vapor Pressure

Description

The function calculates saturation vapor pressure for a given air temperature. The program is based on equations from List1971;textualTrenchR and code implementation from NicheMapR Kearney2017,Kearney2020TrenchR.

Usage

VAPPRS(db)

Value

esat numeric Saturation vapor pressure (Pa)

Arguments

db

numeric Dry bulb temperature (C)

References

Examples

Run this code
  VAPPRS(db = 30)

Run the code above in your browser using DataLab