| panel.densityplot {lattice} | R Documentation |
This is the default panel function for densityplot.
panel.densityplot(x, darg, plot.points = TRUE, ref = FALSE, ...)
x |
data points for which density is to be estimated |
darg |
list of arguments to be passed to the density
function. Typically, this should be a list with some of the
following components : bw,adjust, kernel, window, width,
give.Rkern, n, from, to, cut, na.rm (see density for
details)
|
plot.points |
logical, specifying whether or not the data points should be plotted along with the estimated density. The default (TRUE) is S-Plus behaviour. |
ref |
logical, whether to draw x-axis |
... |
parameters to be passed to the function density,
as well as graphical parameters like col |
Deepayan Sarkar deepayan@stat.wisc.edu