Description Usage Arguments Value Examples
View source: R/plot_distribution.R
The function plots a the distribution of AUROCs
1 2 3 4 5 6 7 8 9 10 11 12 13 |
auc |
numeric aucs |
b |
array of breaks |
col |
color of line |
xlab |
string label |
ylab |
string label |
xlim |
range of values for xaxis |
ylim |
range of values for yaxis |
med |
boolean to plot median auc |
avg |
boolean to plot average auc |
density |
boolean |
bars |
boolena for barplot |
auc list and quartiles
1 2 | aurocs <- (runif(1000)+runif(1000)+runif(1000)+runif(1000))/4
d <- plot_distribution(aurocs)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.