Learn R Programming

SEIRfansy (version 1.1.1)

plot.SEIRfansy: Plot an SEIRfansy Fit Object

Description

This is a convenient wrapper for output that is already included in the SEIRfansy output in the plots element. Options are trace or boxplot.

Usage

# S3 method for SEIRfansy
plot(x, type, ...)

Arguments

x

SEIRfansy object to plot

type

type of plot to render. Options are "trace" or "boxplot".

...

not currently used