Learn R Programming

BrazilMet (version 0.2.0)

eto_hs: Hargreaves - Samani ETo

Description

Hargreaves - Samani ETo

Usage

eto_hs(tmin, tmean, tmax, ra)

Value

Returns a data.frame object with the ETo HS data

Arguments

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)

Author

Roberto Filgueiras, Luan P. Venancio, Catariny C. Aleman and Fernando F. da Cunha

Examples

Run this code
if (FALSE) {
eto_hs <-eto_hs(tmin, tmean, tmax, ra)
}

Run the code above in your browser using DataLab