multi_roc_with_ci | R Documentation |
Plot multiple ROCs in one figure
multi_roc_with_ci(
scores,
labels,
font = "Arial",
palette = "jama",
legend.pos = c(0.4, 0.2),
title = NULL,
panel = NULL,
color = NULL,
ci = TRUE,
SE.SP = FALSE
)
scores |
A list or a data.frame. If list, labels shoule also be a list |
labels |
A list or vector |
font |
Arial |
palette |
jama |
color |
specify the color manually |
SE.SP |
Whether to show SE and SP instead of CI of AUC |
multi_roc_with_ci(rss, labels, font = "Arial", palette = "jama")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.