Trajectory of recent vs total cases for a single country
1 2 3 4 5 6 7 8 9 | c19.trajectory(
ccd = "UK",
add = F,
deaths = F,
flip = F,
cex = 0.8,
col = transp("black"),
...
)
|
ccd |
Country code to plot. Default is UK |
add |
Boolean: add to existing plot? Default is F (draw new plot) |
deaths |
Boolean: plot deaths instead of cases? Default is F (plot cases) |
flip |
Boolean: flip axes? Default is F (X = total cases, Y = last week) |
... |
Further graphical parameters to be passed to plotting function |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.