plot.multi_epiparameter | R Documentation |
plot()
method for <multi_epiparameter>
classPlots a list of <epiparameter>
objects by overlaying their
distributions.
## S3 method for class 'multi_epiparameter'
plot(x, cumulative = FALSE, ...)
x |
A |
cumulative |
A boolean |
... |
further arguments passed to or from other methods. |
Unparameterised and discrete <epiparameter>
objects
are not plotted (see is_parameterised()
and is_continuous()
).
These functions are invoked for their side effect of drawing on the active graphics device.
Joshua W. Lambert
ebola_si <- epiparameter_db(disease = "Ebola", epi_name = "serial")
plot(ebola_si)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.