Learn R Programming

iNZightTS (version 2.0.0)

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

Value

A `patchwork` object of seasonal plots.

Arguments

x

An `inzightts` (`inz_ts`) object representing the time series.

...

Further arguments to be passed onto specific methods and the `gg_season` function.

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

gg_season

Examples

Run this code
if (FALSE) {
seasonplot(inzightts(visitorsQ))
}

Run the code above in your browser using DataLab