powered by
Water temperature measurements at 10 minute intervals at a site off the East coast of the United States in the summer of 1974.
data(watertemp)
A zoo class object with index stored as POSIXct elements. The measurements are in Celsius.
# NOT RUN { if(require(zoo)) { data(watertemp) plot(watertemp) acf(watertemp) acf(diff(watertemp)) } # }
Run the code above in your browser using DataLab