plot.LAUC: Visualize LAUC results

Description Usage Arguments See Also Examples

View source: R/reporter.R

Description

Visualize LAUC output sequentially

Usage

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

Arguments

x

An LAUC class object for 'plot' method

...

Not used directly

See Also

LAUC

Examples

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

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