- x
a simulated epidemic, in the form of the
output produced by SEIR.simulator
.
- lwd
line width for the (horizontal)
line segments representing the exposed and infective
periods for each individual. Also controls the line width
for the (vertical) line segments showing the transmission
pathways.
- leaf.labs
boolean variable controlling whether the leaf
labels (Node IDs) are displayed to the right of their
infective period. Defaults to TRUE.
- leaf.cex
Character expansion factor for the leaf
labels, if they are displayed. Defaults to 0.75.
- zero.at.start
boolean variable governing whether the
epidemic times are shifted so that the epidemic begins
at time zero. Defaults to FALSE.
- main
main title for plot.
- xlab
label for x axis on plot. Defaults to “Time”.
- ylab
label for y axis on plot. Defaults to blank.
- e.col
color to be used to plot the individuals'
exposed periods on the plot. Defaults to black.
- i.col
color to be used to plot the individuals'
infective periods on the plot. Defaults to red.
- lty.transmission
line type used to mark the (vertical)
infection pathway on the plot. Defaults to 3 (dotted).
- marktransitions
boolean variable indicating whether
tick marks should be placed at the times where the
individuals move from the exposed to the infective state.
Defaults to TRUE.
- label.trans
character used to mark transition points, if
marktransitions is TRUE. Defaults to “|”.
- cex.trans
magnification to be used to for transition labels,
if marktransitions is TRUE. Defaults to 0.5.
- ...
other plotting arguments to be passed through to the
call to plot() that draws the axes and titles.