powered by
lines()
<epiparameter>
lines() method for <epiparameter> class
# S3 method for epiparameter lines(x, cumulative = FALSE, ...)
These functions are invoked for their side effect of drawing on the active graphics device.
An <epiparameter> object.
A boolean logical, default is FALSE. cumulative = TRUE plots the cumulative distribution function (CDF).
logical
FALSE
cumulative = TRUE
further arguments passed to or from other methods.
ebola_si <- epiparameter_db(disease = "Ebola", epi_name = "serial") plot(ebola_si[[1]]) lines(ebola_si[[2]])
Run the code above in your browser using DataLab