Become an expert in R — Interactive courses, Cheat Sheets, certificates and more!
Get Started for Free

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)

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))
}

UsingR

Data Sets, Etc. for the Text "Using R for Introductory Statistics", Second Edition

v2.0-6
GPL (>= 2)
Authors
John Verzani <verzani@math.csi.cuny.edu>
Initial release

We don't support your browser anymore

Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.