plot.ROC: Plot a ROC Object

Description Usage Arguments Details Author(s) See Also

Description

To plot a “ROC” object generated by kROC(...).

Usage

1
2
 ## S3 method for class 'ROC'
plot(x, main = NULL, diagonal = TRUE, xlab = "FPR", ylab = "TPR", type = "l", lwd=2, ...)

Arguments

x

a “ROC” object generated by kROC(...).

diagonal

if TRUE, the diagonal line will be plotted.

main

see par

xlab

see par

ylab

see par

type

see par

lwd

see par

...

further arguments for the plot function.

Details

This function is to plot the estimated function generated by kROC(...)

Author(s)

X.F. Wang wangx6@ccf.org

See Also

kROC.


sROC documentation built on May 1, 2019, 10:24 p.m.

Related to plot.ROC in sROC...