panel.hexloess | R Documentation |
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, ...)
bin |
an object of class |
w |
optional counts for object |
span |
smoothness parameter for |
degree |
degree of local polynomial used. |
family |
if |
evaluation |
number of points at which to evaluate the smooth curve. |
lwd |
line weight graphical parameter. |
lty |
line type graphical parameter. |
col |
same as |
col.line |
line color graphical parameter. |
... |
optional arguments to |
There is no return value from this function. The results are plotted on the current active device.
Nicholas Lewin-Koh nikko@hailmail.net
hexbinplot
, panel.hexgrid
,
loess.smooth
,
loess.control
,
panel.loess
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.