plot-SimInf_pfilter-method: Diagnostic plot of a particle filter object

plot,SimInf_pfilter-methodR Documentation

Diagnostic plot of a particle filter object

Description

Diagnostic plot of a particle filter object

Usage

## S4 method for signature 'SimInf_pfilter'
plot(x, y, ...)

Arguments

x

The SimInf_pfilter object to plot.

y

If y is NULL or missing (default), the filtered trajectory (top) and the effective sample size (bottom) are displayed. If y is a character vector or a formula, the plot function for a SimInf_model object is called with the filtered trajectory, see plot,SimInf_model-method for more details about the specification a plot.

...

Other graphical parameters that are passed on to the plot function.


SimInf documentation built on Jan. 23, 2023, 5:43 p.m.