Daily temperature data
Daily temperatures (1981-1990) for three stations, in separate files.
data(dailies)
This data set contains:
Data frame with file names, latitudes, longitudes and elevations (invented)
Data frames containing station codes, years, months, days and daily mean temperatures
Subset of synthetic temperature data from Killick, R. E. (2016): Benchmarking the Performance of Homogenisation Algorithms on Daily Temperature Data, PhD Thesis, University of Exeter.
data(dailies) print(stations) head(WY003) #clean memory space: rm(stations, WY003, WY018, WY020)
Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.