combine.TSdata: Combine series from two TSdata objects.

Description Usage Arguments Value See Also Examples

Description

Combine series from two TSdata objects.

Usage

1
2
3
    ## S3 method for class 'TSdata'
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

1
2
3
data("eg1.DSE.data.diff", package="dse")
data("eg1.DSE.data", package="dse") 
new.data.set <- combine(eg1.DSE.data.diff, eg1.DSE.data) 

Example output

Loading required package: tfplot
Loading required package: tframe

Attaching package: 'dse'

The following objects are masked from 'package:stats':

    acf, simulate

dse documentation built on March 4, 2020, 3:01 a.m.