Barplot of WIS or CRPS decomposed into overprediction, underprediction, and dispersion
Source:R/plot_absolute_scores.R
plot_score_decomposed_bars.RdBarplot of WIS or CRPS decomposed into overprediction, underprediction, and dispersion
Arguments
- scores
Output table produced by
scoringutils::score()orscoringutils::summarise_scores().- x
Column containing x values. Default "model".
- width
width for the bars. Passed to
geom_decomposed_scores(). Default 0.8.- position
Position for the bars. Passed to
geom_decomposed_scores(). Default"dodge2".- ...
keyword arguments passed to
geom_decomposed_scores().