Description Usage Arguments Value
View source: R/plot_value_compare.R
The function plots a scatter
1 2 3 4 5 6 7 8 | plot_value_compare(
aucA,
aucB,
xlab = "AUROC",
ylab = "AUROC",
xlim = c(0, 1),
ylim = c(0, 1)
)
|
aucA |
numeric array of aucs |
aucB |
numeric array of aucs |
xlab |
string label |
ylab |
string label |
xlim |
range of values for xaxis |
ylim |
range of values for yaxis |
null
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.