gg_covid_cumulative_cases_deaths_exceed_limit: Base plot for creating cumulative cases vs deaths of covid19...

Description Usage Arguments Value

View source: R/ggplot-helpers.R

Description

Base plot for creating cumulative cases vs deaths of covid19 data

Usage

1
2
3
4
5
gg_covid_cumulative_cases_deaths_exceed_limit(
  covid_data_limit,
  limit = NULL,
  highlight = "Australia"
)

Arguments

covid_data_limit
  • covid19 with added limit (from add_days_since_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.

Value

ggplot plot


CBDRH/covidrecon documentation built on May 27, 2020, 9:41 a.m.