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_fcastobject returned byget_fcast.- model
The model to plot. Defaults to
"ENSEMBLE".- ...
Ignored.
