plot.epi_predval | R Documentation |
Default plotting of a epi_predval object
## S3 method for class 'epi_predval' plot(x, y = NULL, ...)
x |
An epi_predval object to plot |
y |
ignored |
... |
ignored |
ggplot object
pv <- epi_predval(se = 0.90, sp = 0.99) plot(pv)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.