Learn R Programming

DAAGxtras (version 0.7-6)

SOI: Southern Oscillation Index Data

Description

The Southern Oscillation Index (SOI) is the difference in barometric pressure at sea level between Tahiti and Darwin. Monthly and annual SOI data, for the years 1876-2008, are given.

Usage

SOI

Arguments

source

Australian Bureau of Meteorology web pages:

http://www.bom.gov.au/climate/current/soihtm1.shtml

References

Nicholls, N., Lavery, B., Frederiksen, C. and Drosdowsky, W. 1996. Recent apparent changes in relationships between the El Nino -- southern oscillation and Australian rainfall and temperature. Geophysical Research Letters 23: 3357-3360.

Examples

Run this code
plot(ts(SOI[, "avsoi"], start=1900),
     panel=function(y,...)panel.smooth(1900:2008, y,...))

Run the code above in your browser using DataLab