Skip to content
Prev 135709 / 398498 Next

spilting time series

I have a time series object with two columns.

a <- ts(x, frequency=1/15)
I would like to split this into two time series of the same length
(they are the same number of observations lined up time for time
already).