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

arctic.oscillations

Measurement of sea-level pressure at the arctic


Description

A monthly time series from January 1899 to June 2002 of sea-level pressure measurements relative to some baseline.

Usage

data(arctic.oscillations)

Format

The format is: chr "arctic.oscillations"

Details

See https://toptotop.org/ for more details on the importance of climate studies.

Source

The data came from the file AO\_TREN\_NCEP\_Jan1899Current.ascii found many years ago at http://www.atmos.colostate.edu/ao/Data/ao\_index.html.

Examples

data(arctic.oscillations)
x = ts(arctic.oscillations, start=c(1899,1), frequency=12)
plot(x)

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.