filter_bk(x, fill = NA, ...)
| x |
Univariate vector, numeric or ts object with only one dimension. |
|---|---|
| fill |
Numeric value(s) or function used to fill observations. |
| ... | Further arguments passed to |
# \donttest{ unemp <- ggplot2::economics$unemploy unemp_cycle <- filter_bk(unemp) plotx(cbind(unemp, unemp_cycle))# }