.rollmean | R Documentation |
Rolling mean
.rollmean(x, n)
x |
x-values of the timing dots |
n |
window size |
numeric vector of rolling means
## Not run:
.rollmean(time_dots$x_val, 2)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.