unfold | R Documentation |
Unfold a vector (the inverse of the fold function)
unfold(x, block.size = 1)
x |
a vector |
block.size |
the size of groups in which to block the data |
a vector in the following order: block 1, block 3, ..., block n-1, block n, block n-2, ..., block 2.
sspowers
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.