fast_movavg | R Documentation |
This function does not handle NA values
fast_movavg(data, window_size)
data |
a |
window_size |
moving sd window size |
Returns a vector
with the moving average
data_avg <- fast_movavg(mp_toy_data$data[, 1], mp_toy_data$sub_len)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.