Learn R Programming

influenceAUC (version 0.1.2)

plot.LAUC: Visualize LAUC results

Description

Visualize LAUC output sequentially

Usage

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

Arguments

x

An LAUC class object for `plot` method

...

Not used directly

See Also

LAUC

Examples

Run this code
# NOT RUN {
library(ROCR)
data("ROCR.simple")
Loutput <- LAUC(ROCR.simple$predictions, ROCR.simple$labels)
plot(Loutput)
# }

Run the code above in your browser using DataLab