This function plots the seasonal components of a time series together with the estimated seasonal effects of that series.
Details
The resulting window will contain two plots. On the left, every seasonal subseries of the time series is plotted. On the right will be the average seasonal effect of the series.
Examples
if (FALSE) { # \dontrun{
seasonplot(inzightts(visitorsQ))
} # }