plots the (daily) increase of cases
1 2 | plotDeltaDetected(covid19Filtered, plotPath, plotType = "smooth",
plotCurve = c("detected", "deceased"), ylims = NA, ncols = 4)
|
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 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.