plot {SEIR}R Documentation

The SEIR model plot method

Description

It is a plot method for seir objects.

Usage

## 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.


[Package SEIR version 0.1-0 Index]