plotNewCasesVsTotalCases: plotNewCasesVsTotalCases

Description Usage Arguments

View source: R/plots.R

Description

plots new cases (daily) vs total cases in log scale

Usage

1
2
plotNewCasesVsTotalCases(covid19Filtered, plotPath, plotType = "smooth",
  plotCurve = "detected", xlims = NULL, ylims = NULL)

Arguments

covid19Filtered

data.frame with (filtered) data

plotPath

full path for storing the plot

plotType

type of plot to use. Options: c("line", "smooth")

plotCurve

Curve to be plot (only one curve per plot!). Options: c("detected", "deceased", "active)

xlims

vector with x-coordinate plot limits

ylims

vector with y-coordinate plot limits


mesontau/covid19 documentation built on April 20, 2020, 10:44 p.m.