View source: R/covid19_rollingEstimates.R
rollingRate | R Documentation |
function to compute a rolling fn of a TS data
rollingRate(data, fn = mean, period = NULL)
data |
TS data |
fn |
function to compute rolling |
period |
length of window |
a vector with rolling values
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.