plot.SEIRfansyPredict {SEIRfansy} | R Documentation |
Plot an SEIRfansyPredict Fit Object
Description
This is a convenient wrapper for output that is already included in the predict output in the plots element. Options are panel and cases.
Usage
## S3 method for class 'SEIRfansyPredict'
plot(x, type, ...)
Arguments
x |
SEIRfansyPredict object to plot |
type |
type of plot to render. Options are "trace", "boxplot", "panel", or "cases". |
... |
not currently used |
[Package SEIRfansy version 1.1.1 Index]