plot_interval_coverage | R Documentation |
Plot interval coverage values (see get_coverage()
for more information).
plot_interval_coverage(coverage, colour = "model")
coverage |
A data frame of coverage values as produced by
|
colour |
According to which variable shall the graphs be coloured? Default is "model". |
ggplot object with a plot of interval coverage
example <- as_forecast_quantile(example_quantile)
coverage <- get_coverage(example, by = "model")
plot_interval_coverage(coverage)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.