Learn R Programming

iNZightTS (version 1.5.9)

seasonplot: Plot Seasonal Subseries from a Time Series

Description

This function plots the seasonal components of a time series together with the estimated seasonal effects of that series.

Usage

seasonplot(obj, ...)

Value

No return value, called for the side effect of drawing a plot.

Arguments

obj

an iNZightTS object

...

Further arguments to be passed onto specific methods.

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.

See Also

iNZightTS

Examples

Run this code
ts <- iNZightTS(visitorsQ)
seasonplot(ts)

Run the code above in your browser using DataLab