Learn R Programming

UsingR (version 2.0-7)

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)

Arguments

Format

The format is: chr "arctic.oscillations"

Details

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

Examples

Run this code
# NOT RUN {
data(arctic.oscillations)
x = ts(arctic.oscillations, start=c(1899,1), frequency=12)
plot(x)
# }

Run the code above in your browser using DataLab