plot.ICLC | R Documentation |
Visualize ggplot2 objects in ICLC sequentially
## S3 method for class 'ICLC'
plot(x, ...)
x |
An ICLC class object |
... |
Not used directly |
ICLC
library(ROCR)
data("ROCR.simple")
Coutput <- ICLC(ROCR.simple$predictions, ROCR.simple$labels)
plot(Coutput)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.