Measurement of sea-level pressure at the arctic
在北极区域的海平面气压的测量
译者:生物统计家园网 机器人LoveR
描述----------Description----------
A monthly time series from January 1899 to June 2002 of sea-level pressure measurements relative to some baseline.
从1899年1月至2002年6月的相对海平面气压测量了一些基本的每月一次的系列。
用法----------Usage----------
data(arctic.oscillations)
格式----------Format----------
The format is: chr "arctic.oscillations"
格式为:字符“arctic.oscillations”
Details
详细信息----------Details----------
See http://jisao.washington.edu/ao/ for more details on the importance of this time series.
http://jisao.washington.edu/ao/的重要性,这种时间序列的详细信息。
源----------Source----------
The data came from the file AO\_TREN\_NCEP\_Jan1899Current.ascii found at http://www.atmos.colostate.edu/ao/Data/ao\_index.html.
这些数据来自文件的AO \ _TREN \ _NCEP \ _Jan1899Current.ascii发现在http://www.atmos.colostate.edu/ao/Data/ao \ _index.html。
实例----------Examples----------
data(arctic.oscillations)
x = ts(arctic.oscillations, start=c(1899,1), frequency=12)
plot(x)