seasonplot {iNZightTS} | R Documentation |
This function plots the seasonal components of a time series together with the estimated seasonal effects of that series.
seasonplot(obj, ...)
obj |
an |
... |
Further arguments to be passed onto specific methods. |
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.
No return value, called for the side effect of drawing a plot.
ts <- iNZightTS(visitorsQ)
seasonplot(ts)