office_case_distribution: Comparison of offices from different federal states regarding...

Description Usage Arguments Value Examples

View source: R/Weekday_Distribution.R

Description

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.

Usage

1
2
3
4
office_case_distribution(
  bundesland_1 = "Baden-Württemberg",
  bundesland_2 = "Schleswig-Holstein"
)

Arguments

bundesland_1

A string of the desired federal state.

bundesland_2

A string of the other desired federal state for the comparison.

Value

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.

Examples

1
office_case_distribution("Hamburg","Niedersachsen")

slausmeister/revolution documentation built on Dec. 23, 2021, 3:24 a.m.