Diagnostic plot of a particle filter object
Usage
# S4 method for class 'SimInf_pfilter'
plot(x, y, ...)Arguments
- x
The
SimInf_pfilterobject to plot.- y
If y is
NULLor missing (default), the filtered trajectory (top) and the effective sample size (bottom) are displayed. Ifyis a character vector or a formula, the plot function for aSimInf_modelobject is called with the filtered trajectory, seeplot,SimInf_model-methodfor more details about the specification a plot.- ...
Other graphical parameters that are passed on to the plot function.