plt_modobs: Plot model predictions against data observations

Description Usage Arguments

View source: R/diagplots.R

Description

Plot model outputs and observed data.

Usage

1
2
3
4
5
6
7
8
plt_modobs(
  parms,
  scenarios = NULL,
  counties = NULL,
  maxdate = NULL,
  cols = 3,
  default_parms = NULL
)

Arguments

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


rplzzz/CovMitigation documentation built on June 7, 2021, 8:48 a.m.