| plot.ROC {sROC} | R Documentation |
To plot a “ROC” object generated by kROC(...).
## S3 method for class 'ROC' plot(x, main = NULL, diagonal = TRUE, xlab = "FPR", ylab = "TPR", type = "l", lwd=2, ...)
x |
a “ROC” object generated by |
diagonal |
if TRUE, the diagonal line will be plotted. |
main |
see |
xlab |
see |
ylab |
see |
type |
see |
lwd |
see |
... |
further arguments for the plot function. |
This function is to plot the estimated function generated by kROC(...)
X.F. Wang wangx6@ccf.org
kROC.