get_ao Downloads AO data returning a data.frame

get_ao()

Value

data.frame

Note

From https://www.ncdc.noaa.gov/teleconnections/ao/: AO index is obtained by projecting the AO loading pattern to the daily anomaly 1000 millibar height field over 20N-90N latitude. The AO loading pattern has been chosen as the first mode of EOF analysis using monthly mean 1000 millibar height anomaly data from 1979 to 2000 over 20N-90N.

Examples

{ print(head(get_ao())) }
#> Date Year Month AO #> 1 1950-01-01 1950 1 -0.060 #> 2 1950-02-01 1950 2 0.627 #> 3 1950-03-01 1950 3 -0.008 #> 4 1950-04-01 1950 4 0.555 #> 5 1950-05-01 1950 5 0.072 #> 6 1950-06-01 1950 6 0.539