eto_hs | R Documentation |
Hargreaves - Samani ETo
eto_hs(tmin, tmean, tmax, ra)
tmin |
A dataframe with Maximum daily air temperature (°C) |
tmean |
A dataframe with Minimum daily air temperature (°C) |
tmax |
A dataframe with Maximum daily air temperature (°C) |
ra |
A dataframe of extraterrestrial radiation (MJ m-2 day-1) |
Returns a data.frame object with the ETo HS data
Roberto Filgueiras, Luan P. Venancio, Catariny C. Aleman and Fernando F. da Cunha
## Not run:
eto_hs <- eto_hs(tmin, tmean, tmax, ra)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.