Description Usage Arguments Value Examples
Shift a vector left or right according to the value provided
1 | shift_vector(x, n)
|
x |
the vector |
n |
shift |
the vector shifted
1 2 | shift_vector(c(1,2,3,4), 1)
shift_vector(c(1,2,3,4), -1)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.