plot.SEIRfansy {SEIRfansy}R Documentation

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 class 'SEIRfansy'
plot(x, type, ...)

Arguments

x

SEIRfansy object to plot

type

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

...

not currently used


[Package SEIRfansy version 1.1.1 Index]