powered by
panel
coplot
pairs
panel.smooth(x, y, col = par("col"), bg = NA, pch = par("pch"), cex = 1, col.smooth = "red", span = 2/3, iter = 3, …)
points
par
lines
f
lowess
panel.smooth
pairs(swiss, panel = panel.smooth, pch = ".") # emphasize the smooths pairs(swiss, panel = panel.smooth, lwd = 2, cex = 1.5, col = "blue") # hmm...
Run the code above in your browser using DataLab