plotDeltaDetected: plotDeltaDetected

Description Usage Arguments

View source: R/plots.R

Description

plots the (daily) increase of cases

Usage

1
2
plotDeltaDetected(covid19Filtered, plotPath, plotType = "smooth",
  plotCurve = c("detected", "deceased"), ylims = NA, ncols = 4)

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(s) to be plot. Options: c("detected", "deceased", "active)

ylims

vector with y-coordinate plot limits

ncols

number of columns to represent plot facets


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