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].


ProcData documentation built on April 1, 2021, 5:07 p.m.