plot.LAUC | R Documentation |
Visualize LAUC output sequentially
## S3 method for class 'LAUC'
plot(x, ...)
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)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.