Mean daily temperature, Fisher River near Dallas, Jan 01, 1988 to Dec 31, 1991 From Time Series Data Library: http://datamarket.com/data/list/?q=provider:tsdl -------------------------------- R code to load the data directly: D <- read.csv("http://gozips.uakron.edu/~nmimoto/pages/datasets/Temp2.csv") -------------------------------- If you download the file, then save it in your working directry and: D <- read.csv("Temp2.csv")