panel.hexloess.Rd
A panel function to add a loess line to a hexbin lattice plot.
This function contravened CRAN policy and is no longer available.
panel.hexloess(bin, w = NULL, span = 2/3, degree = 1,
family = c("symmetric", "gaussian"), evaluation = 50,
lwd = add.line$lwd, lty = add.line$lty,
col, col.line = add.line$col, ...)
an object of class hexbin
.
optional counts for object bin
.
smoothness parameter for loess
.
degree of local polynomial used.
if "gaussian"
fitting is by least-squares, and
if "symmetric"
a re-descending M-estimator is used.
number of points at which to evaluate the smooth curve.
line weight graphical parameter.
line type graphical parameter.
same as col.line
.
line color graphical parameter.
optional arguments to loess.control
.
There is no return value from this function. The results are plotted on the current active device.