Plot model outputs and observed data.
1 2 3 4 5 6 7 8 | plt_modobs(
parms,
scenarios = NULL,
counties = NULL,
maxdate = NULL,
cols = 3,
default_parms = NULL
)
|
parms |
Parameters to run model for |
scenarios |
Names of scenarios |
counties |
Counties to include in the plot; if not specified, the top 4 by number of infections will be plotted. |
maxdate |
Maximum date to include in plots. Can be either a character string or a date object. |
cols |
Number of columns in the grid of miniplots. |
default_parms |
Default values to use for parameters not specified in parms |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.