Description Usage Arguments Value
View source: R/seq_functions.R
Transform a timestamp sequence into a inter-arrival time sequence
1 |
x |
a timestamp sequence |
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].
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.