Description Usage Arguments Value Examples
View source: R/Weekday_Distribution.R
office_case_distribution()
is used to create a plot showing the mean number of reported cases in Germany regarding the specific weekdays
as well as the number of reported cases regarding the specific weekdays of the two given federal states. To see how fast or slow offices of different
federal states are reporting cases and how they differ to the mean number of reported cases overall.
All values are standardized.
1 2 3 4 | office_case_distribution(
bundesland_1 = "Baden-Württemberg",
bundesland_2 = "Schleswig-Holstein"
)
|
bundesland_1 |
A string of the desired federal state. |
bundesland_2 |
A string of the other desired federal state for the comparison. |
A plot that shows the standardized amount of cases that get reported per day in the given federal states and the standardized amount of all reported cases per day.
1 | office_case_distribution("Hamburg","Niedersachsen")
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.