plot_summary | R Documentation |
Used to return a summary plot across regions (using results generated by
summarise_results()
).
May be depreciated in later releases in favour of enhanced S3 methods.
plot_summary(summary_results, x_lab = "Region", log_cases = FALSE, max_cases)
summary_results |
A data.table as returned by |
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 |
max_cases |
Numeric, no default. The maximum number of cases to plot. |
A {ggplot2}
object
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.