Description Usage Arguments Value Examples
View source: R/plot_density_compare.R
The function plots two density curves and compares their modes
1 2 3 4 5 6 7 8 | plot_density_compare(
aucA,
aucB,
col = "lightgrey",
xlab = "AUROC (neighbor voting)",
ylab = "Density",
mode = TRUE
)
|
aucA |
numeric array of aurocs |
aucB |
numeric array of aurocs |
col |
color of lines |
xlab |
string label |
ylab |
string label |
mode |
boolean to plot mode or mean |
null
1 2 3 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.