plot.SEIRTModel: Plot

View source: R/plot.R

plot.SEIRTModelR Documentation

Plot

Description

Plot the model

Usage

## S3 method for class 'SEIRTModel'
plot(x, ..., asRate = FALSE, incidence = FALSE,
  symptomatic = FALSE, normalizeRate = FALSE, populationLabels)

Arguments

x

The model to plot

asRate

Whether to plot rates (fractions of population) or else numbers; defaults to FALSE unless model population is 1

incidence

If true, plots incidence, otherwise plots prevalence; defaults to FALSE

symptomatic

Whether or not to only plot symptomatic infections; defaults to FALSE

normalizeRate

Whether or not to normalize rates by population; defaults to FALSE

populationLabels

Labels for the population groups; optional

y

Unused


HHS/ASPR-flumodels documentation built on Dec. 6, 2022, 12:20 p.m.