panel.smooth(x, y, span = 2/3, degree = 1, family = c("symmetric",
"gaussian"), zero.line = FALSE, evaluation = 50, ...)
Graphical parameters may also be supplied as arguments to this function (see par).
E.intervals <- co.intervals(E, 16, 0.25)
coplot(NOx ~ C | E, given = E.intervals, data = ethanol,
panel = function(x, y) panel.smooth(x, y, span = 1, degree = 1))