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.
Returns
A list of summary measures and plots
Examples
# get example output from regional_epinow modelregional_out <- readRDS(system.file( package ="EpiNow2","extdata","example_regional_epinow.rds"))regional_summary( regional_output = regional_out$regional, data = regional_out$summary$reported_cases
)