Visualize LAUC output sequentially

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

Arguments

x

An LAUC class object for `plot` method

...

Not used directly

See also

Examples

library(ROCR)
data("ROCR.simple")
Loutput <- LAUC(ROCR.simple$predictions, ROCR.simple$labels)
plot(Loutput)