powered by
plot()
<multi_epiparameter>
Plots a list of <epiparameter> objects by overlaying their distributions.
<epiparameter>
# S3 method for multi_epiparameter plot(x, cumulative = FALSE, ...)
These functions are invoked for their side effect of drawing on the active graphics device.
A <multi_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.
Joshua W. Lambert
Unparameterised and discrete <epiparameter> objects are not plotted (see is_parameterised() and is_continuous()).
is_parameterised()
is_continuous()
ebola_si <- epiparameter_db(disease = "Ebola", epi_name = "serial") plot(ebola_si)
Run the code above in your browser using DataLab