forecastplot: Forecast plot - DEPRECATED

Description Usage Arguments Details Value

View source: R/forecastplot.R

Description

Plot a raw time series together with it's fitted curve and add forecasts and prediction intervals to the end.

Usage

1

Arguments

x

iNZightTS object

...

additional arguments passed on

Details

The predictions and prediction intervals are the result of models fitted by the Holt-Winters method. The amount of predicted observations is calculated by 2 * freq, where freq is the frequency of the time series object.

Value

Called for the side effect of drawing a plot. The constructed ggplot object is returned invisibly.


iNZightTS documentation built on Feb. 1, 2022, 1:08 a.m.