plot.IAUC | R Documentation |
Visualize IAUC output sequentially
## S3 method for class 'IAUC'
plot(x, ...)
x |
An IAUC class object for 'plot' method |
... |
Not used directly |
IAUC
library(ROCR)
data("ROCR.simple")
Ioutput <- IAUC(ROCR.simple$predictions, ROCR.simple$labels)
plot(Ioutput)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.