Learn R Programming

SMPracticals (version 1.3-1)

tide: Annual Maximum Sea Levels

Description

Annual maximum sea levels (m) at seven locations near to or in south-east England, between 1819--1986. There are many missing values.

Usage

data(tide)

Arguments

source

The data were kindly provided by Professor Jonathan Tawn of Lancaster University.

References

Davison, A. C. (2003) Statistical Models. Cambridge University Press. Page 281.

Examples

Run this code
data(tide)
plot(tide$year,tide$Yarmouth,type="l")

Run the code above in your browser using DataLab