| panel.meta_densityplot | R Documentation |
Variant of panel.densityplot that supports filled area and alpha points.
panel.meta_densityplot(
x,
darg = list(n = 512),
plot.points = "jitter",
ref = FALSE,
groups = NULL,
weights = NULL,
jitter.amount = 0.01 * diff(current.panel.limits()$ylim),
type = "p",
verbose = FALSE,
...,
identifier = "density",
group.number
)
x |
see |
darg |
see |
plot.points |
see |
ref |
see |
groups |
see |
weights |
see |
jitter.amount |
see |
type |
see |
verbose |
generate messages describing process |
... |
see |
identifier |
see |
Other panel functions:
boxplot_panel(),
categorical_panel(),
corsplom_gg_correlation(),
corsplom_gg_diagonal(),
corsplom_gg_scatter(),
corsplom_panel_correlation(),
corsplom_panel_diagonal(),
corsplom_panel_scatter(),
dens_panel(),
diag_label(),
diag_pin(),
iso_prepanel(),
metaplot_key(),
metaplot_ref(),
panel_tile(),
scatter_panel_ref(),
scatter_panel()
Other univariate plots:
dens_panel(),
densplot.data.frame(),
densplot_data_frame(),
densplot(),
metaplot.data.frame()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.