combine
Combine two objects.
Description
Combine series from two TSdata objects.
Usage
Required Arguments
- e1, e2
-
Objects of class TSdata.
Value
An object of the same class as the argument but containing both e1 and e2.
See Also
combine.TSdata, combine.forecast.cov
Examples
new.data.set <- combine(dataset1,dataset2)
return to Table of Contents