combine {dse1} | R Documentation |
This is a generic method to combine two objects of the same class to make a single object of that class.
combine(e1, e2) ## Default S3 method: combine(e1, e2)
e1, e2 |
TSdata objects. |
An object of the same class as the argument but containing both e1 and e2.
tbind, combine.TSdata, combine.forecastCov
data("eg1.DSE.data.diff", package="dse1") data("eg1.DSE.data", package="dse1") new.data.set <- combine(eg1.DSE.data.diff, eg1.DSE.data)