View source: R/mod_carga_datos_utils.R
smoothing | R Documentation |
Apply rolling to a numeric vector.
smoothing(v, n)
v |
a numeric vector. |
n |
integer value specifying the window width. |
numeric vector
Diego Jimenez <diego.jimenez@promidat.com>
smoothing(AirPassengers, 5)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.