mean_vec_blocks | R Documentation |
Calculate the mean of adjacent blocks in a vector.
mean_vec_blocks(x, block_size)
x |
input vector. |
block_size |
number of adjacent elements to average over. |
vector data averaged in blocks.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.