plot_spec | R Documentation |
AR spectrum of the (detrended) original and seasonally adjusted data. Computed using stats::spec.ar()
with order set to 60.
plot_spec(x)
x |
boiwsa results |
AR spectrum plot
# Not run
# Seasonal adjustment of weekly US gasoline production
res=boiwsa(x=gasoline.data$y,dates=gasoline.data$date)
plot_spec(res)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.