concat_ts {tstools} | R Documentation |
Concatenate to Non-Overlapping Time Series
Description
Append one time series to another. This only works for non-overlapping time series of the same frequency.
For overlapping time series please see resolveOverlap
.
Usage
concat_ts(ts1, ts2)
Arguments
ts1 |
object of class ts1, typically the older of two time series. |
ts2 |
object of class ts1, typically the younger of two time series. |
[Package tstools version 0.4.3 Index]