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.


mbannert/tstools documentation built on Feb. 4, 2024, 3:34 p.m.