plot.epi_predval: Default plotting of a epi_predval object

View source: R/epi_predval.R

plot.epi_predvalR Documentation

Default plotting of a epi_predval object

Description

Default plotting of a epi_predval object

Usage

## S3 method for class 'epi_predval'
plot(x, y = NULL, ...)

Arguments

x

An epi_predval object to plot

y

ignored

...

ignored

Value

ggplot object

Examples

pv <- epi_predval(se = 0.90, sp = 0.99)
plot(pv)

ianhandel/epidemr documentation built on April 13, 2022, 11:08 a.m.