plot.ROC: Plot a ROC curve

Description Usage Arguments Details Author(s)

Description

Plot a ROC curve from a table returned by ROCstatistics.

Usage

1
2
3
## S3 method for class 'ROC'
plot(ROC.table, main = "ROC", xlab = "negative scores",
  ylab = "positive scores", add = FALSE, ...)

Arguments

ROC.table,

## A data fame resulting from the function ROCstatistics()

...

Additional parameters are passed to lines().

main='ROC'

main title for the plot

xlab='negative

scores'

ylab='positive

scores'

add=FALSE

If true, the ROC curve is added on a pre-existing plot

Details

First version: 2015-04 Last modification: 2015-04

Author(s)

Jacques van Helden (Jacques.van-Helden@univ-amu.fr)


jvanheld/stats4bioinfo documentation built on May 20, 2019, 5:16 a.m.