calculate_moving_average | R Documentation |
This function calculates the moving average for a time series.
calculate_moving_average(data, window_size)
data |
Matrix or Data frame. The time series data |
window_size |
Numeric integer. The size of the moving average window. |
Matrix or Data frame containing the moving average values.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.