createCustomTimeSeries: Create a Custom Time Series

Description Usage Arguments Value

Description

Crate an xts time series using an vector of value and a vector of times

Usage

1
CreateCustomTimeSeries(values, intervals)

Arguments

values

A vector of values for the time series

intervals

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

Value

An xts time series


joshmarsh/TSTestDataUtil documentation built on May 19, 2019, 8:54 p.m.