plot.estimate_truncation {EpiNow2}R Documentation

Plot method for estimate_truncation

Description

[Experimental] 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 estimate_truncation

...

Pass additional arguments to plot function. Not currently in use.

Value

ggplot2 object

Author(s)

Sam Abbott

See Also

plot estimate_truncation


[Package EpiNow2 version 1.4.0 Index]