Learn R Programming

dse (version R2000.6-1)

combine.TSdata: Combine series from two TSdata objects.

Description

Combine series from two TSdata objects.

Usage

combine(e1, e2)

Arguments

e1, e2
TSdata objects.

Value

  • An object of class TSdata which includes series from both e1 and e2.

See Also

tbind

Examples

Run this code
if(is.R()) {data("eg1.DSE.data.diff", package="dse1")
            data("eg1.DSE.data", package="dse1") }
new.data.set <- combine(eg1.DSE.data.diff, eg1.DSE.data)

Run the code above in your browser using DataLab