| lines.epiparameter | R Documentation | 
lines() method for <epiparameter> classlines() method for <epiparameter> class
## S3 method for class 'epiparameter'
lines(x, cumulative = FALSE, ...)
x | 
 An   | 
cumulative | 
 A boolean   | 
... | 
 further arguments passed to or from other methods.  | 
These functions are invoked for their side effect of drawing on the active graphics device.
ebola_si <- epiparameter_db(disease = "Ebola", epi_name = "serial")
plot(ebola_si[[1]])
lines(ebola_si[[2]])
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.