R/reporter.R
plot.LAUC.Rd
Visualize LAUC output sequentially
# S3 method for class 'LAUC' plot(x, ...)
An LAUC class object for `plot` method
Not used directly
LAUC
library(ROCR) data("ROCR.simple") Loutput <- LAUC(ROCR.simple$predictions, ROCR.simple$labels) plot(Loutput)