Usage
make_qq_plot_overall(
scores_quantiles,
time_period,
fig_file_dir = NULL,
write_files = FALSE
)
Arguments
- scores_quantiles
A tibble of scores by location, forecast date, date and model, containing the outputs of
scoringutils::score()
on quantiles plus metadata transformed into a tibble.- time_period
string indicating time period of fig to save
- fig_file_dir
string indicating directory to save figure, default is NULL
- write_files
boolean indicating whether to save the file, default is
FALSE