autoplot.roc_curve {iai} | R Documentation |
ggplot2::ggplot
object plotting the ROC curveConstruct a ggplot2::ggplot
object plotting the ROC curve
## S3 method for class 'roc_curve'
autoplot(object, ...)
object |
The ROC curve to plot |
... |
Additional arguments (unused) |
Requires IAI version 2.1 or higher.
## Not run: ggplot2::autoplot(roc)