plot.LAUC: Visualize LAUC results

View source: R/reporter.R

plot.LAUCR Documentation

Visualize LAUC results

Description

Visualize LAUC output sequentially

Usage

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

Arguments

x

An LAUC class object for 'plot' method

...

Not used directly

See Also

LAUC

Examples

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

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