watertemp {UsingR} | R Documentation |
Temperature measurement of water at 85m depth
Description
Water temperature measurements at 10 minute intervals at a site off the East coast of the United States in the summer of 1974.
Usage
data(watertemp)
Format
A zoo class object with index stored as POSIXct elements. The measurements are in Celsius.
Source
NODC Coastal Ocean Time Series Database Search Page which was at http://www.nodc.noaa.gov/dsdt/tsdb/search.html
Examples
if(require(zoo)) {
data(watertemp)
plot(watertemp)
acf(watertemp)
acf(diff(watertemp))
}
[Package UsingR version 2.0-7 Index]