plot_spec {boiwsa} | R Documentation |
Original and SA data AR spectrum
Description
AR spectrum of the (detrended) original and seasonally adjusted data. Computed using stats::spec.ar()
with order set to 60.
Usage
plot_spec(x)
Arguments
x |
boiwsa results |
Value
AR spectrum plot
Examples
# Not run
# Seasonal adjustment of weekly US gasoline production
res=boiwsa(x=gasoline.data$y,dates=gasoline.data$date)
plot_spec(res)
[Package boiwsa version 1.1.1 Index]