Description Usage Arguments Examples
By default limited to countries with population > 4M, and over 200 cases. This may take over 5s to run, depending on your hardware.
1 2 3 4 5 6 7 8 9 10 | corona_lockdown(
pdf = FALSE,
minpeople = 4e+06,
mincases = 200,
cols = 7,
striptextsize = 10,
textsize = 10,
legendx = 0.94,
legendy = 0.02
)
|
pdf |
print to PDF |
minpeople |
Minimum population for the country |
mincases |
Minimum number of COVID-19 cases |
cols |
Number of columns to display, default = 7 |
striptextsize |
size of text in country names |
textsize |
Size of text header |
legendx |
X position of legend |
legendy |
Y position of legend |
1 2 3 4 | ## Not run:
corona_lockdown( cols=14 )
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.