Winters_hours_gaps {chillR}R Documentation

Hourly temperature data sample

Description

Hourly temperature data recorded in a walnut orchard near the city of Winters, California, USA for 3rd March to 11th November 2008. The dataset contains the full record of recorded temperatures, as well as an additional dataset, in which 500 data gaps of different length were introduced.

Format

A data frame with observations on the following 5 variables.

Year

a numeric vector - the observation year

Month

a numeric vector - the observation month

Day

a numeric vector - the observation day

Hour

a numeric vector - the observation day

Temp_gaps

a numeric vector - daily maximum temperature

Temp

a numeric vector - daily minimum temperature

Source

data were collected by Eike Luedeling, at that time at the University of California Davis (now University of Bonn) in a walnut orchard near Winters, California

Examples


data(Winters_hours_gaps)


[Package chillR version 0.75 Index]