plot,batch_mrgsims,missing-method | R Documentation |
Plot method for mrgsims objects
## S4 method for signature 'batch_mrgsims,missing'
plot(x, yval = variables(x), auto.key = list(), mincol = 3, ...)
## S4 method for signature '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 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.