Description Usage Arguments Details Examples
Map a function over an Rle in windows
1 2 3 4 5 |
.x |
An atomic vector or Rle object. |
.size |
The (integer) size of the window. |
.fun |
A function |
... |
Additional arguments passed on to the mapped function |
.step |
The (integer) amount to shift the start of the window by. |
The map functions apply a function over non-overlapping windows [tile_rle()]
,
overlapping windows [roll_rle()]
, and windows with a fixed start but
increasing width stretch_rle()
1 2 3 4 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.