download_enso {rsoi}R Documentation

Download Southern Oscillation Index and Oceanic Nino Index data

Description

The Southern Oscillation Index is defined as the standardized difference between barometric readings at Darwin, Australia and Tahiti. The Oceanic Nino Index is average sea surface temperature in the Nino 3.4 region (120W to 170W) averaged over three months. Phases are categorized by Oceanic Nino Index:

Usage

download_enso(climate_idx = c("all", "soi", "oni", "npgo"), create_csv = FALSE)

Arguments

climate_idx

Choose which ENSO related climate index to output. Current arguments supported are soi (the Southern Oscillation Index), oni (the Oceanic Nino Index), npgo (the North Pacific Gyre Oscillation) and all. all outputs each supported index variable as a slimmer dataset than each individual climate index call.

create_csv

Logical option to create a local copy of the data. Defaults to FALSE.

Value

Examples

## Not run: 
enso <- download_enso()

## End(Not run)


[Package rsoi version 0.5.6 Index]