Learn R Programming

influenceAUC (version 0.1.2)

plot.ICLC: Visualize ICLC results

Description

Visualize ggplot2 objects in ICLC sequentially

Usage

# S3 method for ICLC
plot(x, ...)

Arguments

x

An ICLC class object

...

Not used directly

See Also

ICLC

Examples

Run this code
# NOT RUN {
library(ROCR)
data("ROCR.simple")
Coutput <- ICLC(ROCR.simple$predictions, ROCR.simple$labels)
plot(Coutput)
# }

Run the code above in your browser using DataLab