| as.list.mts | R Documentation | 
An mts object contains a multivariate time series in a matrix, with time on rows. This is converted into a list of univariate time series.
## S3 method for class 'mts'
as.list(x, ...)
| x | multivariate time series of class mts. | 
| ... | other arguments are ignored. | 
A list of ts objects.
Rob J Hyndman
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.