powered by
Heights, stored as a multivariate time series, are for the lakes Erie, Michigan/Huron, Ontario and St Clair
data(greatLakes)
The format is: mts [1:92, 1:4] 174 174 174 174 174 ... - attr(*, "dimnames")=List of 2 ..$ : NULL ..$ : chr [1:4] "Erie" "michHuron" "Ontario" "StClair" - attr(*, "tsp")= num [1:3] 1918 2009 1 - attr(*, "class")= chr [1:2] "mts" "ts"
For more details, go to the website that is the source of the data.
data(greatLakes) plot(greatLakes) ## maybe str(greatLakes)
Run the code above in your browser using DataLab