plot.incidence2_fit {i2extras} | R Documentation |
Plot a fitted epicurve
Description
Plot a fitted epicurve
Usage
## S3 method for class 'incidence2_fit'
plot(x, include_warnings = TRUE, ci = TRUE, pi = FALSE, ...)
Arguments
x |
An |
include_warnings |
Include results in plot that triggered warnings but not errors. Defaults to |
ci |
Plot confidence intervals. Defaults to TRUE. |
pi |
Plot prediction intervals. Defaults to FALSE. |
... |
Additional arguments to be passed to |
Value
An incidence plot with the addition of a fitted curve.
Author(s)
Tim Taylor
[Package i2extras version 0.2.1 Index]