Description Usage Arguments Value See Also Examples
Combine series from two TSdata objects.
1 2 3 | ## S3 method for class 'TSdata'
combine(e1, e2)
|
e1, e2 |
TSdata objects. |
An object of class TSdata which includes series from both e1 and e2.
tbind
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)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.