ggrocs | R Documentation |
Draw multiple ROC plots
ggrocs(
roclist,
showAUC = TRUE,
interval = 0.2,
breaks = seq(0, 1, interval),
labels = NULL
)
roclist |
a list of roc objects |
showAUC |
show AUC value |
interval |
interval |
breaks |
breaks |
labels |
label of ROC lines |
ggplot object
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.