plot_journal_roc {plotROC} | R Documentation |
Plot an ROC curve for use in print
Description
Deprecated, use style_roc instead
Usage
plot_journal_roc(
ggroc_p,
font.size = 3,
n.cuts = 20,
ci.at = NULL,
opacity = 0.3,
lty = NULL,
color = NULL,
lwd = NULL,
legend = FALSE
)
Arguments
ggroc_p |
An object as returned by ggroc or multi_ggroc. It can be modified with annotations, themes, etc. |
font.size |
Not supported |
n.cuts |
Not supported |
ci.at |
Not supported |
opacity |
Not supported |
lty |
Not supported |
color |
Not supported |
lwd |
Not supported |
legend |
Not supported |
Value
A ggplot object
[Package plotROC version 2.3.1 Index]