R/reporter.R
plot.ICLC.Rd
Visualize ggplot2 objects in ICLC sequentially
# S3 method for class 'ICLC' plot(x, ...)
An ICLC class object
Not used directly
ICLC
library(ROCR) data("ROCR.simple") Coutput <- ICLC(ROCR.simple$predictions, ROCR.simple$labels) plot(Coutput)