Skip to contents

Plot a heatmap of avg forecast performance by location and forecast date

Usage

heatmap_scores_by_loc_date(scores, metric, models_to_plot)

Arguments

scores

A tibble of daily scores by forecast date, location, and model

metric

Metric to plot. One of "wis" or "crps"

models_to_plot

Character vector of models to plot

Value

a ggplot object