Make a multi-panel figure summarizing relative performance.
Source:R/composite_figures.R
compose_rel_performance_fig.RdMake a multi-panel figure summarizing relative performance.
Usage
compose_rel_performance_fig(
rel_score_heatmap,
rel_score_dist,
rel_score_by_time,
total_admissions,
abs_scores_by_time,
abs_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 by forecast_date and location
- rel_score_by_time
timeseries plot of relative score by forecast date.
- total_admissions
timeseries plot of total hospital admissions by day.
- abs_scores_by_time
plot (location-specific) score values by forecast_date.
- abs_scores_by_location
plot of (date-specific) score values by location.