Learn R Programming

rsoi (version 0.4.0)

download_soi: Download Southern Oscillation Index data

Description

The Southern Oscillation Index is defined as the standardized difference between barometric readings at Darwin, Australia and Tahiti.

Usage

download_soi()

Arguments

Value

  • Date: Date object that uses the first of the month as a placeholder. Date formatted as date on the first of the month because R only supports one partial of date time

  • Month: Month of record

  • Year: Year of record

  • SOI: Southern Oscillation Index

  • SOI_3MON_AVG: 3 Month Average Southern Oscillation Index

References

https://www.ncdc.noaa.gov/teleconnections/enso/indicators/soi/

Examples

Run this code
# NOT RUN {
soi <- download_soi()
plot(x = enso$Date, y = enso$SOI, type = "l")

# }

Run the code above in your browser using DataLab