Weather data corresponding to a paper by Clive Beale (see source).

Format

A data frame with 8760 observations on the following 8 variables.

list('year')
a numeric vector
list('doy')
a numeric vector
list('hour')
a numeric vector

list('solarR')
a numeric vector
list('DailyTemp.C')
a numeric vector
list('RH')
a numeric vector

list('WindSpeed')
a numeric vector
list('precip')
a numeric vector

Weather data corresponding to a paper by Clive Beale (see source).

Description

Weather data with the precipitation column giving precipitation plus irrigation.

Details

~~ If necessary, more details than the above ~~

References

~~ possibly secondary sources and usages ~~

Examples

data(EngWea94i) ## maybe str(EngWea94i) ; plot(EngWea94i) ...