plots new cases (daily) vs total cases in log scale
1 2 | plotNewCasesVsTotalCases(covid19Filtered, plotPath, plotType = "smooth",
plotCurve = "detected", xlims = NULL, ylims = NULL)
|
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 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.