Plot method for mrgsims objects
# S4 method for batch_mrgsims,missing
plot(x, yval = variables(x), auto.key = list(), mincol = 3, ...)# S4 method for batch_mrgsims,formula
plot(
  x,
  y,
  show.grid = TRUE,
  lwd = 2,
  type = "l",
  yval = variables(x),
  auto.key = list(columns = 1),
  scales = list(y = list(relation = "free")),
  ...
)
mrgsims object
y variables to plot
passed to xyplot
minimum number of columns in key
arguments passed to xyplot
a formula passed to xyplot
print grid in the plot
passed to xyplot
passed to xyplot
passed to xyplot