lines()
method for <epiparameter>
class
Usage
# S3 method for class 'epiparameter'
lines(x, cumulative = FALSE, ...)
Examples
ebola_si <- epiparameter_db(disease = "Ebola", epi_name = "serial")
#> Returning 4 results that match the criteria (4 are parameterised).
#> Use subset to filter by entry variables or single_epiparameter to return a single entry.
#> To retrieve the citation for each use the 'get_citation' function
plot(ebola_si[[1]])
lines(ebola_si[[2]])