seasonplot function

Plot seasonal subseries from a time series

Plot seasonal subseries from a time series

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

seasonplot(x, ...)

Arguments

  • x: An inzightts (inz_ts) object representing the time series.
  • ...: Further arguments to be passed onto specific methods and the gg_season function.

Returns

A patchwork object of seasonal plots.

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

## Not run: seasonplot(inzightts(visitorsQ)) ## End(Not run)

See Also

gg_season

  • Maintainer: Tom Elliott
  • License: GPL-3
  • Last published: 2024-01-17