F_1_panel.densityplot | R Documentation |
This is the default panel function for densityplot
.
panel.densityplot(x, darg, plot.points = "jitter",
ref = FALSE,
groups = NULL,
weights = NULL,
jitter.amount,
type, ...,
grid = lattice.getOption("default.args")$grid,
identifier = "density")
x |
data points for which density is to be estimated |
darg |
list of arguments to be passed to the |
plot.points |
logical specifying whether or not the data points should be plotted
along with the estimated density. Alternatively, a character string
specifying how the points should be plotted. Meaningful values are
|
ref |
logical, whether to draw x-axis |
groups |
an optional grouping variable. If present,
|
weights |
numeric vector of weights for the density
calculations. If this is specified, the |
jitter.amount |
when |
type |
|
... |
extra graphical parameters. Note that additional
arguments to |
grid |
A logical flag, character string, or list specifying whether and how
a background grid should be drawn. In its general form,
No grid is drawn if |
identifier |
A character string that is prepended to the names of grobs that are created by this panel function. |
Deepayan Sarkar Deepayan.Sarkar@R-project.org
densityplot
,
jitter
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.