Plot a Summary of the Latest Results
plot_summary(summary_results, x_lab = "Region", log_cases = FALSE, max_cases)
A data.able as returned by summarise_results
(the data
object).
A character string giving the label for the x axis, defaults to region.
Logical, should cases be shown on a logged scale. Defaults to FALSE
Numeric, no default. The maximum number of cases to plot.
A ggplot2
object