plot.estimate_secondary {EpiNow2} | R Documentation |
Plot method for estimate_secondary
Description
plot
method for class "estimate_secondary".
Usage
## S3 method for class 'estimate_secondary'
plot(x, primary = FALSE, from = NULL, to = NULL, new_obs = NULL, ...)
Arguments
x |
A list of output as produced by |
primary |
Logical, defaults to |
from |
Date object indicating when to plot from. |
to |
Date object indicating when to plot up to. |
new_obs |
A |
... |
Pass additional arguments to plot function. Not currently in use. |
Value
A ggplot
object.
See Also
plot estimate_secondary
[Package EpiNow2 version 1.5.2 Index]