This help topic is for R version 1.5.0. For the current version of R, try https://stat.ethz.ch/R-manual/R-patched/library/base/html/zcbind.ts.html
zcbind {base}R Documentation

Bind Two or More Time Series

Description

Bind Two or More Time Series which have common frequency.

Usage

.cbind.ts(sers, nmsers, dframe = FALSE, union = TRUE)

Arguments

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.

Details

This is an internal function which is not to be called by the user.


[Package base version 1.5.0 ]