ts_append: Appends new values to a time-series.

Description Usage Arguments Value

Description

Appends new values to a time-series. Timestamps of the new data can be given. If not not, they are automatically deduced by from the given series data.

Usage

1
ts_append(timeseries, newdata, new_timestamps = NULL)

Arguments

timeseries

the timeseries to continue its timestamps

newdata

new values to append to the timeseries

new_timestamps

new timestamp of the data to use

Value

Time-series (ts or xts) with the new data appended to it.


fnoorian/mltsp documentation built on May 16, 2019, 1:48 p.m.