c19.trajectory: Trajectory of recent vs total cases for a single country

Description Usage Arguments

View source: R/plots.R

Description

Trajectory of recent vs total cases for a single country

Usage

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

Arguments

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


ClairBee/covid documentation built on Jan. 28, 2021, 1:20 a.m.