Skip to contents

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.

Usage

# S3 method for mts
as.list(x, ...)

Arguments

x

multivariate time series of class mts.

...

other arguments are ignored.

Value

A list of ts objects.

Author

Rob J Hyndman