Learn R Programming

FAO56 (version 1.0)

SatVP: Saturation Vapour Pressure at a specific Air Temperature (e0T)

Description

SatVP returns the value of saturation vapour pressure at the air temperature Temp [kPa].

Usage

SatVP(Temp)

Value

The function returns the value of the saturation vapour pressure at the air temperature Temp [kPa] as a numeric scalar.

Arguments

Temp

A numeric scalar that denotes the air temperature [C].

Details

This is a function to calculate the saturation vapour pressure at the air temperature Temp [kPa].

See Also

MSVP.

Examples

Run this code
SatVP(Temp = 25)

Run the code above in your browser using DataLab