knitr::opts_chunk$set(echo = FALSE, fig.width=8, fig.height=4, message=FALSE, warning=FALSE)
library(CoV19)
my_plot(world, c("Czechia"))
plot4(world, c("Czechia"))
my_plot(world, c("Poland"))
plot4(world, c("Poland"))
Note, Austria borders Northern Italy (where the outbreak started). There is a lot of tourist traffic from Austria to Northern Italy, so it's expected that their numbers are much higher than Czechia and Poland.
my_plot(world, c("Austria"))
plot4(world, c("Austria"))
my_plot(world, c("Germany"))
plot4(world, c("Germany"))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.