Description Usage Arguments Value Examples
View source: R/plot_hist_by_cond.R
Plots the number of Covid19 cases with respect to the condition(per Age Group or Region) using histogram for the period specified by startDate and endDate
1 | plot_hist_by_cond(startDate, endDate, condition)
|
startDate |
string the start date of the period (no earlier than '2020-01-29') |
endDate |
string the end date of the period (no later than today) |
condition |
string available condition - Age, Region |
ggplot object
1 2 | plot_hist_by_cond("2021-01-01", "2021-12-31", "Age")
plot_hist_by_cond("2021-01-01", "2021-12-31", "Region")
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.