View source: R/ggVisualizeRkiExtendedDataCalculation.R
ggVisualizeRkiExtendedDataCalculation | R Documentation |
Data for ggplot RKI data as result from extendRki
ggVisualizeRkiExtendedDataCalculation( data = extendRki(), region = 5374, StartDate = "2020-10-01", simplify = TRUE )
data |
rki data as preprocessed by |
region |
Landkreis Id, e.g., |
StartDate |
Start (Tag), e.g., |
simplify |
logical. Simplify presentation, Default: TRUE. |
rkidata
data <- getRkiData(babsim.hospital::rkidata[1:10000, ]) # data size sufficient?: if (dim(data)[1]> 1e6){ p <- ggVisualizeRkiExtended( data = extendRki(data), region = 5374, StartDate = "2020-10-01" ) }
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.