plt_projections: Plot model projections for comparison

Description Usage Arguments

View source: R/diagplots.R

Description

All of the results we plot here are adjusted for the UVA market fraction.

Usage

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
plt_projections(
  parms,
  scenarios,
  default_parms = list(),
  tmax = 270,
  what = "newSympto",
  usedate = TRUE,
  counties = NULL,
  marketadjust = FALSE
)

Arguments

parms

Matrix of combinations of parameters.

scenarios

Vector of scenario names

default_parms

Default values for parameters not mentioned in parms

tmax

Maximum time to run to

what

What output to plot. Options are newCases, newSympto, PopSympto, PopInfection, PopCumulInfection, PopCumulFrac, popTotal

usedate

If TRUE, display date on the x-axis; otherwise, display model time.

counties

If specified, filter to just the requested counties. Otherwise, include the whole state.

marketadjust

If TRUE, adjust projections for UVAHS market share; otherwise, show raw totals.


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