Description Usage Arguments Value Examples
View source: R/sccwrpwbe_functions.R
Runs lag
or lead
functions
depending on if offset is positive or negative. Positive values of offset
shift data forward. Negative values shift data backwards.
1 |
x |
Data |
offset |
Number of intervals index data is to be shifted |
For offset > 0, data with index shifted forward by offset. For Offset < 0, data shifted back by offset
1 2 3 4 5 6 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.