Make figure that stratifies across location and forecast dates
Source:R/ms_fig4.R
make_fig4_rel_crps_overall.Rd
Make figure that stratifies across location and forecast dates
Usage
make_fig4_rel_crps_overall(
scores,
horizons_to_show = c("nowcast", "1 wk", "4 wks", "overall"),
fig_file_dir = NULL,
write_files = FALSE
)
Arguments
- scores
A tibble of scores by location, forecast date, date and model, containing the outputs of
scoringutils::score()
on samples plus metadata transformed into a tibble.- horizons_to_show
A vector of strings indicating the names of the
horizon
that we want to show on the plot, must be a subset ofnowcast
,1 wk
,2 wks
,3 wks
,4 wks
andoverall
- fig_file_dir
string indicating directory to save fig, default is NULL
- write_files
boolean indicating whether or not to save file, default is FALSE