Plot a Summary of the Latest Results

plot_summary(summary_results, x_lab = "Region", log_cases = FALSE)

Arguments

summary_results

A datatable as returned by summarise_results (the data object).

x_lab

A character string giving the label for the x axis, defaults to region.

log_cases

Logical, should cases be shown on a logged scale. Defaults to FALSE

Value

A ggplot2 object