Description Usage Arguments Value Examples
View source: R/plot_densities.R
The function plots multiple density curves and compares their modes
1 2 3 4 5 6 7 8 | plot_densities(
hists,
id,
col = c("lightgrey"),
xlab = "",
ylab = "Density",
mode = "hist"
)
|
hists |
list of histogram objects or density objects |
id |
string |
col |
color for shading |
xlab |
string x-axis label |
ylab |
string y-axis label |
mode |
flag indicating histogram or density |
null
1 2 3 4 5 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.