Learn R Programming

dse (version 2014.11-1)

combine: Combine two objects.

Description

This is a generic method to combine two objects of the same class to make a single object of that class.

Usage

combine(e1, e2)
    ## S3 method for class 'default':
combine(e1, e2)

Arguments

e1, e2
TSdata objects.

Value

  • An object of the same class as the argument but containing both e1 and e2.

concept

DSE

See Also

tbind, combine.TSdata, combine.forecastCov

Examples

Run this code
data("eg1.DSE.data.diff", package="dse")
data("eg1.DSE.data", package="dse") 
new.data.set <- combine(eg1.DSE.data.diff, eg1.DSE.data)

Run the code above in your browser using DataLab