Multivariate Time Series Plot
Provides time plots of a vector time series
MTSplot(data, caltime = NULL)
data |
data matrix of a vector time series |
caltime |
Calendar time. Default is NULL, that is, using time index |
Provides time plots of a vector time series. The output frame depends on the dimension of the time series
Time plots of vector time series
Ruey S. Tsay
xt=matrix(rnorm(1500),500,3) MTSplot(xt)
Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.