corona_lockdown: Draw multiple smoothed graphs of new daily cases, with...

Description Usage Arguments Examples

Description

By default limited to countries with population > 4M, and over 200 cases. This may take over 5s to run, depending on your hardware.

Usage

 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
)

Arguments

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

Examples

1
2
3
4
## Not run: 
corona_lockdown( cols=14 )  

## End(Not run)

corona documentation built on Oct. 23, 2020, 7:15 p.m.