Diagnostic plots for each unit in a panelPomp
# S4 method for panelPomp_plottable
plot(
x,
variables,
panel = lines,
nc = NULL,
yax.flip = FALSE,
mar = c(0, 5.1, 0, if (yax.flip) 5.1 else 2.1),
oma = c(6, 0, 5, 0),
axes = TRUE,
units = NULL,
...
)No return value (the function returns NULL).
the object to plot
optional character; names of variables to be displayed
function of prototype panel(x, col, bg, pch, type, ...) which gives the action to be carried out in each panel of the display.
the number of columns to use. Defaults to 1 for up to 4 series, otherwise to 2.
logical; if TRUE, the y-axis (ticks and numbering) should flip from side 2 (left) to 4 (right) from series to series.
the par mar and oma settings.
Modify with care!
logical; indicates if x- and y- axes should be drawn
The units of the PanelPOMP to be included in plots. The default of NULL will build a plot for all units in the object.
ignored or passed to low-level plotting functions
Edward L. Ionides