plot.SEIRTModel | R Documentation |
Plot the model
## S3 method for class 'SEIRTModel' plot(x, ..., asRate = FALSE, incidence = FALSE, symptomatic = FALSE, normalizeRate = FALSE, populationLabels)
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 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.