https://github.com/cran/dse
Raw File
Tip revision: 3fc948e69460a6fa77377447dddead441182b158 authored by Paul Gilbert on 20 January 2011, 13:07:46 UTC
version 2009.12-1
Tip revision: 3fc948e
combine.TSdata.Rd
\name{combine.TSdata}
\alias{combine.TSdata}
\title{Combine series from two TSdata objects.}
\description{Combine series from two TSdata objects.}
\usage{
    \method{combine}{TSdata}(e1, e2)
    }
\arguments{
    \item{e1, e2}{TSdata objects.}
}
\value{
An object of class TSdata which includes series from both e1 and e2.
}
\seealso{
tbind 
}
\examples{
data("eg1.DSE.data.diff", package="dse")
data("eg1.DSE.data", package="dse") 
new.data.set <- combine(eg1.DSE.data.diff, eg1.DSE.data) 
}
\concept{DSE}
\keyword{ts}


back to top