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
estimate_secondary- primary
Logical, defaults to
FALSE. Shouldprimaryreports also be plot?- from
Date object indicating when to plot from.
- to
Date object indicating when to plot up to.
- new_obs
A
<data.frame>containing the columnsdateandsecondarywhich replace the secondary observations stored in theestimate_secondaryoutput.- ...
Pass additional arguments to plot function. Not currently in use.