filter_model_ensemble_plot: Plot traces for ensemble members in a filter model fit

Description Usage Arguments

View source: R/diagplots.R

Description

This plot requires that the history was kept in the filter fit.

Usage

1
2
3
4
5
6
filter_model_ensemble_plot(
  filterfit,
  what = "fi",
  Nplot = 50,
  highlight = NULL
)

Arguments

filterfit

Filter-fit object

what

Variable to plot (fi, beta, ncase, import_cases). Default is fi. If ncase is selected, then the observed effective case counts will be plotted as points.

Nplot

Number of ensemble members (randomly selected) to plot. Default is to plot 50. If NULL, then plot all.

highlight

List of ensemble member ids to overplot in a highlight color. Default is none.


rplzzz/CovMitigation documentation built on June 7, 2021, 8:48 a.m.