watertemp | R Documentation |
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.
NODC Coastal Ocean Time Series Database Search Page which was at http://www.nodc.noaa.gov/dsdt/tsdb/search.html
if(require(zoo)) { data(watertemp) plot(watertemp) acf(watertemp) acf(diff(watertemp)) }
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.