plot.ICLC: Visualize ICLC results

Description Usage Arguments See Also Examples

View source: R/reporter.R

Description

Visualize ggplot2 objects in ICLC sequentially

Usage

1
2
## S3 method for class 'ICLC'
plot(x, ...)

Arguments

x

An ICLC class object

...

Not used directly

See Also

ICLC

Examples

1
2
3
4
library(ROCR)
data("ROCR.simple")
Coutput <- ICLC(ROCR.simple$predictions, ROCR.simple$labels)
plot(Coutput)

influenceAUC documentation built on July 1, 2020, 6 p.m.