lines.epiparameter {epiparameter} | R Documentation |
lines()
method for <epiparameter>
class
Description
lines()
method for <epiparameter>
class
Usage
## S3 method for class 'epiparameter'
lines(x, cumulative = FALSE, ...)
Arguments
x |
An |
cumulative |
A boolean |
... |
further arguments passed to or from other methods. |
Value
These functions are invoked for their side effect of drawing on the active graphics device.
Examples
ebola_si <- epiparameter_db(disease = "Ebola", epi_name = "serial")
plot(ebola_si[[1]])
lines(ebola_si[[2]])
[Package epiparameter version 0.4.1 Index]