Learn R Programming

MeTo (version 0.1.1)

deltaVP: Slope of the saturation vapor pressure curve

Description

Slope of the saturation vapor pressure curve [kPa/degreeC].

Usage

deltaVP(Tmean = NULL, Tmax = NULL, Tmin = NULL)

Arguments

Tmean

Mean Temperature [degreeC] (mean daily, mean hourly, etc. air temperature)

Tmax

maximum temperature during 24-hour period [degreeC] (if Tmean is missing)

Tmin

minimum temperature during 24-hour period [degreeC] (if Tmean is missing)

Value

slope of the saturation vapor pressure curve [kPa/degreeC]

Details

valid for daily, hourly and shorter periods

References

Allen, R. G., Pereira, L. S., Raes, D., & Smith, M. (1998). Crop evapotranspiration-Guidelines for computing crop water requirements-FAO Irrigation and drainage paper 56. FAO, Rome, 300(9).

Examples

Run this code
# NOT RUN {
deltaVP(Tmax = 34.8, Tmin = 25.6)
deltaVP(Tmean = 30.2)
# }

Run the code above in your browser using DataLab