PET_hg | R Documentation |
Estimate reference evapotranspiration (ET0) from a hypothetical short grass reference surface using the the Hargreaves equation.
PET_hg(Tmax, Tmin, Tavg = NULL, Rsi_toa = NULL, lat = NULL, dates = NULL)
Tmax |
Daily maximum air temperature at 2m height |
Tmin |
Daily minimum air temperature at 2m height |
Tavg |
Daily mean air temperature at 2m height |
Rsi_toa |
Clear sky incoming shortwave radiation, i. e. extraterrestrial
radiation multiply by clear sky transmissivity (i. e. a + b, a and b are
coefficients of Angstrom formula. Normally 0.75) |
lat |
Latitude |
dates |
A R Date type of a vector of Date type. If not provided, it will Regard the ssd series is begin on the first day of a year. |
Reference evapotranspiration ET0 from a hypothetical grass reference
surface [mm day-1]
.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.