Multivariate Time Series Plot
Provides time plots of a vector time series
MTSplot(data, caltime = NULL)
data
: data matrix of a vector time seriescaltime
: Calendar time. Default is NULL, that is, using time indexProvides 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)
Useful links