knitr::opts_chunk$set(echo = FALSE, fig.width=8, fig.height=4, message=FALSE, warning=FALSE)
library(CoV19)

Czechia

my_plot(world, c("Czechia"))
plot4(world, c("Czechia"))

Poland

my_plot(world, c("Poland"))
plot4(world, c("Poland"))

Austria

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"))

Germany

my_plot(world, c("Germany"))
plot4(world, c("Germany"))


eeholmes/CoV19 documentation built on Oct. 19, 2021, 10:59 a.m.