plot.estimate_truncation {EpiNow2} | R Documentation |
Plot method for estimate_truncation
Description
plot()
method for class <estimate_truncation>
. Returns
a plot faceted over each dataset used in fitting with the latest
observations as columns, the data observed at the time (and so truncated)
as dots and the truncation adjusted estimates as a ribbon.
Usage
## S3 method for class 'estimate_truncation'
plot(x, ...)
Arguments
x |
A list of output as produced by |
... |
Pass additional arguments to plot function. Not currently in use. |
Value
ggplot2
object
See Also
plot estimate_truncation
[Package EpiNow2 version 1.5.2 Index]