powered by
Provides time plots of a vector time series
MTSplot(data, caltime = NULL)
data matrix of a vector time series
Calendar time. Default is NULL, that is, using time index
Time plots of vector time series
Provides time plots of a vector time series. The output frame depends on the dimension of the time series
# NOT RUN { xt=matrix(rnorm(1500),500,3) MTSplot(xt) # }
Run the code above in your browser using DataLab