View source: R/pivot_forecasts_wider.R
| pivot_forecasts_wider | R Documentation |
Return a data frame of forecasts with predictive quantiles in columns.
pivot_forecasts_wider(forecast_data, quantiles = NULL)
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.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.