Learn R Programming

EpiNow2 (version 1.7.1)

plot.estimate_truncation: 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 estimate_truncation
plot(x, ...)

Value

ggplot2 object

Arguments

x

A list of output as produced by estimate_truncation()

...

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

See Also

plot estimate_truncation