zcbind {base} | R Documentation |
Bind Two or More Time Series which have common frequency.
.cbind.ts(sers, nmsers, dframe = FALSE, union = TRUE)
sers |
a list of two or more univariate or multivariate time series, or objects which can coerced to time series. |
nmsers |
a character vector of the same length as sers
with the names for the time series. |
dframe |
logical; if TRUE return the result as a data
frame. |
union |
logical; if TRUE , act as ts.union or
ts.intersect . |
This is an internal function which is not to be called by the user.