plot {SEIR} | R Documentation |
It is a plot method for seir
objects.
## S3 method for class 'seir' plot(x, which=c("acase","tcase", "S", "E", "I", "R", "both","rzero"), add=FALSE, bothAdd=list(), ...)
x |
object of class |
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 |
... |
Other arguments to pass to the plot method. |