plot.ICLC: Visualize ICLC results

View source: R/reporter.R

plot.ICLCR Documentation

Visualize ICLC results

Description

Visualize ggplot2 objects in ICLC sequentially

Usage

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

Arguments

x

An ICLC class object

...

Not used directly

See Also

ICLC

Examples

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

BoShiangKe/InfluenceAUC documentation built on Nov. 4, 2024, 2:48 a.m.