Learn R Programming

iNZightTS (version 1.5.7)

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, ...)

Arguments

obj

an iNZightTS object

...

Further arguments to be passed onto specific methods.

Value

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

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
# NOT RUN {
ts <- iNZightTS(visitorsQ)
seasonplot(ts)

# }

Run the code above in your browser using DataLab