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")), ... )
| x | mrgsims object |
|---|---|
| yval | y variables to plot |
| auto.key | passed to xyplot |
| mincol | minimum number of columns in key |
| ... | arguments passed to xyplot |
| y | a formula passed to xyplot |
| show.grid | print grid in the plot |
| lwd | passed to xyplot |
| type | passed to xyplot |
| scales | passed to xyplot |