filter_hp(x, ...)
| x |
Univariate vector, numeric or ts object with only one dimension. |
|---|---|
| ... | Further arguments passed to |
select_lambda
# \donttest{ unemp <- ggplot2::economics$unemploy unemp_cycle <- filter_hp(unemp, freq = select_lambda("monthly")) plotx(cbind(unemp, unemp_cycle))# }