MTSplot | R Documentation |
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)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.