satVP | R Documentation |
Saturation vapor pressure [kPa].
satVP( Tmax = NULL, Tmin = NULL, Tmean = NULL, interval = "day", print.warning = T )
Tmax |
maximum temperature [degreeC] for daily, weekly, monthly periods |
Tmin |
minimum temperature [degreeC] for daily, weekly, monthly periods |
Tmean |
mean air temperature [degreeC] for hourly or shorter periods |
interval |
hour, day, week or month |
print.warning |
TRUE or FALSE |
hour (eq. 11 of reference)
day, week or month (eq. 12 of reference or eq. 11 if only Tmean is provided)
Saturation Vapor Pressure [kPa]
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).
e0
, VP
satVP(Tmax = 24.5, Tmin = 15, interval = 'day') satVP(Tmax = 24.5, Tmin = 15, interval = 'week') satVP(Tmax = 24.5, Tmin = 15, interval = 'month') satVP(Tmax = 24.5, Tmin = 15, interval = 'hour') satVP(Tmean = 19.75, interval = 'hour')
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.