Learn R Programming

SEIRfansy (version 1.1.1)

plot.SEIRfansyPredict: 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 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