Plot method for mrgsims objects
Usage
# S4 method for class 'batch_mrgsims,missing'
plot(x, yval = variables(x), auto.key = list(), mincol = 3, ...)
# S4 method for class '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")),
...
)