SlpSVPC {FAO56} | R Documentation |
Slope of Saturation Vapour Pressure Curve (Delta)
Description
SlpSVPC
returns the value of slope of saturation vapour pressure curve at a specific air temperature.
Usage
SlpSVPC(Temp)
Arguments
Temp |
A numeric scalar that denotes the air temperature [C]. |
Details
This is a function to calculate the slope of saturation vapour pressure curve at the air temperature Temp
[kPa/C].
Value
The function returns the value of the slope of saturation vapour pressure curve at air temperature Temp
as a numeric scalar.
Reference
See Also
Examples
SlpSVPC(Temp = 25)
[Package FAO56 version 1.0 Index]