fold | R Documentation |
Fold a vector onto itself
fold(x, block.size = 1)
x |
a vector |
block.size |
the size of groups in which to block the data |
a new vector in the following order: first block, last block, second block, second-to-last block, ...
sspowers
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.