Description Usage Arguments Value
View source: R/ggplot-helpers.R
Base plot for creating cumulative cases vs deaths of covid19 data
1 2 3 4 5 | gg_covid_cumulative_cases_deaths_exceed_limit(
covid_data_limit,
limit = NULL,
highlight = "Australia"
)
|
covid_data_limit |
|
limit |
the number of days since reached a limit (added for titling graphic). Default is 100. |
highlight |
the name of the country to highlight, default is Australia. |
ggplot plot
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.