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,
lty = plot.line$lty,
cex = plot.symbol$cex,
lwd = plot.line$lwd, ...)
panel.splom(...) <- function (...) panel.xyplot(...)
panel.qqmath(...) <- function (...) panel.xyplot(...)
panel.qq(...)
"p", "l", "h", "b", "o", "s", "S", "r", "smooth"
. The behaviour if any of the first six are included in type
is
similar to the effect of type
plot.symbol
and
plot.line
using trellis.par.get
. These default
instead to col
when the latter is specified.panel.xyplot
. In
most cases panel.xyplot
ignores these. For types "r" and
"smooth", these are passed on to panel.lmline
and
panel.loess
respectively.x
and y
, with various
modifications possible via the type argument. panel.qq
draws a
45 degree line before calling panel.xyplot
.panel.superpose
,
xyplot
,
splom
,qqmath