Get heatmap of scores by scenario
Usage
get_heatmap_scores(mock_submission_scores, score_metric = "crps")
Arguments
- mock_submission_scores
The dataframe containing the daily scores for a
all of the forecast dates and locations
- score_metric
A string indicating the score metric to plot,
default is "crps"
Value
a ggplot object that generates a heatmap colored by score, across
forecast dates (x axis) and locations (y-axis)