Learn R Programming

UsingR (version 2.0-7)

watertemp: 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)

Arguments

Format

A zoo class object with index stored as POSIXct elements. The measurements are in Celsius.

Examples

Run this code
# NOT RUN {
if(require(zoo)) {
data(watertemp)	 
plot(watertemp)
acf(watertemp)
acf(diff(watertemp))
}
# }

Run the code above in your browser using DataLab