Generate a quick plot of simulated data
# S4 method for mrgsims,missing
plot(x, limit = 16, ...)
# S4 method for mrgsims,formula
plot(
x,
y,
limit = 16,
show.grid = TRUE,
outer = TRUE,
type = "l",
lwd = 2,
ylab = "value",
groups = ID,
scales = list(y = list(relation = "free")),
logy = FALSE,
logbr = 1,
...
)
# S4 method for mrgsims,character
plot(x, y, ...)
mrgsims object
limit the the number of panels to create
other arguments passed to xyplot
formula used for plotting
logical indicating whether or not to draw panel.grid
passed to xyplot
passed to xyplot
passed to xyplot
passed to xyplot
passed to xyplot
passed to xyplot
plot the y variables on log scale
log scale breaks indicator; use 1
for breaks every log
unit; use 3
for breaks every half log unit; use 0
for default
breaks