Logical indicating if the start should be truncated or
padded with NAs to align time.
pad.end
Logical indicating if the end should be truncated or
padded with NAs to align time.
warn
Logical indicating if warnings should be issued.
Value
A time series object
Details
Bind data as in cbind (or formerly tsmatrix) and align time dimension.
The default action pads series with NA to time union.
If pad.start and/or pad.end is FALSE and the intersection is empty then NULL
is returned and a warning is issued if warn=TRUE.