knitr::opts_chunk$set( collapse = TRUE, comment = "#>", out.width = "100%" )
library(coronaAT) plot_trend()
Fälle pro Bundesland anhand von https://github.com/botic/ogd-demo-covid19-at
(verlauf_data <- coronaAT:::get_bl_ogd_demo()) plot_verlauf_bl(verlauf_data)
Ausgewählte Bezirke
plot_verlauf_bez(c(701, 901, 921))
Quelle: https://www.github.com/statistikAT/coronaDAT
plot_verlauf_relative()
plot_bl_cleveland(0.2)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.