xyplot. Also see
panel.superpose. The default panel functions for
splom and qqmath are essentially the same function.panel.xyplot(x, y, type="p",
pch = plot.symbol$pch,
col,
col.line = plot.line$col,
col.symbol = plot.symbol$col,
font = plot.symbol$font,
fontfamily = plot.symbol$fontfamily,
fontface = plot.symbol$fontface,
lty = plot.line$lty,
cex = plot.symbol$cex,
lwd = plot.line$lwd,
horizontal = FALSE, ...)
panel.splom(...)
panel.qqmath(...)
panel.qq(...)"p", "l", "h", "b", "o", "s", "S", "r", "g",
"smooth". If type has more than one element, an attempt is made
to combine the effect of each of the components.The
plot.symbol and
plot.line using trellis.par.get.pch is a characterpanel.xyplot. In
most cases panel.xyplot ignores these. For types "r" and
"smooth", these are passed on to panel.lmline and
panel.loess respectively.type is
one of "h", "s", "S"x and y, with various
modifications possible via the type argument. panel.qq draws a
45 degree line before calling panel.xyplot. Note that most of the arguments controlling the display can be
supplied directly to the high-level xyplot call.
panel.superpose,
xyplot,
splom,qqmath