plotROCframe: Plot an empty frame to draw a ROC curve

Description Usage Arguments Details Author(s)

Description

Plot an empty frame to draw a ROC curve

Usage

1
2
3
plotROCframe(main = "ROC curve", xlab = "FPR", ylab = "Sensitivity",
  xlim = c(0, 1), ylim = c(0, 1), grid.bars = seq(from = 0, to = 1, by =
  0.1), plot.limits = TRUE, plot.diagonal = TRUE, ...)

Arguments

...

Additional parameters are passed to plot().

main="ROC

curve" Main title for the plot

xlab="False

Positive Rate (FPR)" Label for the abcsissa

ylab="True

Positive Rate (TPR)" Label for the ordinate

xlim=c(0, 1)

Limits for the abcsissa

ylim=c(0, 1)

Limits for the ordinates

grid.bars=seq(from=0, to=1, by=0.1)

Grid bars

plot.limits=TRUE

Plot a black rectangle with the limits.

plot.diagonal=TRUE

Plot the diagonal to indicate random expectation.

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.