- regional_output
A list of output as produced by regional_epinow()
and stored in the regional
list.
- data
A <data.frame>
of disease reports (confirm) by date
(date), and region (region
).
- results_dir
An optional character string indicating the location of
the results directory to extract results from.
- summary_dir
A character string giving the directory
in which to store summary of results.
- target_date
A character string giving the target date for which to
extract results
(in the format "yyyy-mm-dd"). Defaults to latest available estimates.
- region_scale
A character string indicating the name to give the
regions being summarised.
- all_regions
Logical, defaults to TRUE
. Should summary plots for all
regions be returned rather than just regions of interest.
- return_output
Logical, defaults to FALSE. Should output be returned,
this automatically updates to TRUE if no directory for saving is specified.
- plot
Logical, defaults to TRUE
. Should regional summary plots be
produced.
- max_plot
Numeric, defaults to 10. A multiplicative upper bound on the\
number of cases shown on the plot. Based on the maximum number of reported
cases.
- ...
Additional arguments passed to report_plots
.