pivot_forecasts_wider.Rd
Return a data frame of forecasts with predictive quantiles in columns.
pivot_forecasts_wider(forecast_data, quantiles)
forecast_data | required data.frame with forecasts in the format returned
by |
---|---|
quantiles | vector of quantiles to return for plotting
Default to all available quantiles in |
data.frame with columns model
, forecast_date
, location
,
horizon
, temporal_resolution
, target_variable
, target_end_date
, type
, point
,
point_type
, Prediction Interval
, upper
, lower
.