plot: The SEIR model plot method

Description Usage Arguments

Description

It is a plot method for seir objects.

Usage

1
2
3
## S3 method for class 'seir'
plot(x, which=c("acase","tcase", "S", "E", "I", "R",
                    "both","rzero"), add=FALSE, bothAdd=list(), ...)

Arguments

x

object of class seir.

which

A choice of lines to plot.

add

Should we add the lines to an existing plot?

bothAdd

A list if argument to pass to the active case plot when add is set to TRUE

...

Other arguments to pass to the plot method.


SEIR documentation built on April 14, 2020, 3:09 p.m.

Related to plot in SEIR...