CreateCustomTimeSeries: Create a Custom Time Series

Description Usage Arguments Value

Description

Create an xts time series using an vector of values and a vector of time intervals.

Usage

1
CreateCustomTimeSeries(values, intervals)

Arguments

values

A numeric vector of values for the time series

intervals

A numeric vector of time intervals for the time series. This should be one item shorter than values. Intervals are set in seconds where 60 would equal 1 minute.

Value

An xts time series


joshmarsh/TSPatternQuery documentation built on May 19, 2019, 8:53 p.m.