Skip to contents

Plot observed values alongside forecast distributions for a selected model. Forecasts are shown as the median, with 50% and 95% prediction intervals. By default, the ensemble forecast is displayed.

Usage

# S3 method for class 'incast_fcast'
autoplot(object, model = "ENSEMBLE", ...)

Arguments

object

An incast_fcast object returned by get_fcast.

model

The model to plot. Defaults to "ENSEMBLE".

...

Ignored.

Value

A ggplot object.

Details

Each panel corresponds to a single time series.

Author

Cyril Geismar