concat_ts: Concatenate to Non-Overlapping Time Series

View source: R/concat_ts.R

concat_tsR 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.


tstools documentation built on June 7, 2023, 5:13 p.m.