tseq2interval: Transform a timestamp sequence into a inter-arrival time...

Description Usage Arguments Value

View source: R/seq_functions.R

Description

Transform a timestamp sequence into a inter-arrival time sequence

Usage

1

Arguments

x

a timestamp sequence

Value

a numeric vector of the same length as x. The first element in the returned vector is 0. The t-th returned element is x[t] - x[t-1].


xytangtang/ProcData documentation built on May 30, 2021, 1:21 a.m.