Last chance! 50% off unlimited learning
Sale ends in
Plot quantile coverage values (see get_coverage()
for more information).
plot_quantile_coverage(coverage, colour = "model")
A ggplot object with a plot of interval coverage
A data frame of coverage values as produced by
get_coverage()
.
String, according to which variable shall the graphs be coloured? Default is "model".
example <- as_forecast_quantile(example_quantile)
coverage <- get_coverage(example, by = "model")
plot_quantile_coverage(coverage)
Run the code above in your browser using DataLab