R/reporter.R
plot.IAUC.Rd
Visualize IAUC output sequentially
# S3 method for class 'IAUC' plot(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)