plot.ICLC {influenceAUC}R 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)

[Package influenceAUC version 0.1.2 Index]