Learn R Programming

oce (version 0.8-3)

soi: Southern Oscillation Index

Description

This is the Southern Oscillation Index, downloaded in June 2011, and processed as in This dataset is used in Chapter 5 of Kelley (2011).

Usage

data(soi)

Arguments

source

http://www.cgd.ucar.edu/cas/catalog/climind/soi.html

References

Dan Kelley, in preparation. Oceanographic Analysis with R. Springer Verlag.

Examples

Run this code
library(oce)
data(soi)
plot(soi$year, soi$soi, type='l')

Run the code above in your browser using DataLab