Learn R Programming

MTS (version 1.2.1)

MTSplot: Multivariate Time Series Plot

Description

Provides time plots of a vector time series

Usage

MTSplot(data, caltime = NULL)

Arguments

data

data matrix of a vector time series

caltime

Calendar time. Default is NULL, that is, using time index

Value

Time plots of vector time series

Details

Provides time plots of a vector time series. The output frame depends on the dimension of the time series

Examples

Run this code
# NOT RUN {
xt=matrix(rnorm(1500),500,3)
MTSplot(xt)
# }

Run the code above in your browser using DataLab