Visualize IAUC output sequentially

# S3 method for class 'IAUC'
plot(x, ...)

Arguments

x

An IAUC class object for `plot` method

...

Not used directly

See also

Examples

library(ROCR)
data("ROCR.simple")
Ioutput <- IAUC(ROCR.simple$predictions, ROCR.simple$labels)
plot(Ioutput)