SatVP {FAO56} | R Documentation |
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)
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].
Value
The function returns the value of the saturation vapour pressure at the air temperature Temp
[kPa] as a numeric scalar.
Reference
See Also
MSVP
.
Examples
SatVP(Temp = 25)
[Package FAO56 version 1.0 Index]