Learn R Programming

EpiNow2 (version 1.8.0)

plot.estimate_infections: Plot method for estimate_infections

Description

[Maturing] plot method for class <estimate_infections>.

Usage

# S3 method for estimate_infections
plot(x, type = "summary", CrIs = c(0.2, 0.5, 0.9), ...)

Value

List of plots as produced by report_plots()

Arguments

x

A list of output as produced by estimate_infections

type

A character vector indicating the name of the plot to return. Defaults to "summary" with supported options being "infections", "reports", "R", "growth_rate", "summary", "all". If "all" is supplied all plots are generated.

CrIs

Numeric vector of credible intervals to calculate.

...

Pass additional arguments to report_plots

See Also

report_plots()

Examples

Run this code
# get example output
out <- readRDS(system.file(
  package = "EpiNow2", "extdata", "example_estimate_infections.rds"
))

# plot with error bars instead of ribbons
plot(out, style = "linerange")

Run the code above in your browser using DataLab