Skip to contents

Make a multi-panel figure summarizing relative performance.

Usage

compose_rel_performance_fig(
  rel_score_heatmap,
  rel_score_dist,
  abs_score_by_time,
  total_admissions,
  scores_by_time,
  scores_by_location
)

Arguments

rel_score_heatmap

heatmap of relative score by forecast date and location

rel_score_dist

distibution plot comparing overall distribution of relative scores across forecast_date, date, location, and model

abs_score_by_time

timeseries plot of absolute score across by forecast date

total_admissions

timeseries plot of total hospital admissions by day

scores_by_time

plot (location-specific) score values by forecast_date.

scores_by_location

plot of (date-specific) score values by location.

Value

ggplot object with all the elements combined