wcore_table | R Documentation |
Inserts a data column in an object generated by the function wav_smooth
.
wcore_table(x, ts)
x |
A tibble generated by the function |
ts |
A time series vector. |
A tibble.
library(lubridate)
wshr_obj <- wav_args_wshr(list(
wavelet = c("haar", "d4", "d6", "d8", "s8"),
n.level = 1:4
))
inf_head <- coreinf_br[["ipca"]]
date_start <- coreinf_br[["date"]][1]
ts_start <- c(year(date_start), month(date_start))
inf_head_ts <- ts(inf_head, start = ts_start, frequency = 12)
core_wavelet <- wav_smooth(inf_head, wshr_obj)
wcore_table(core_wavelet, inf_head_ts)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.