R/roc.plot.R

Defines functions roc.plot

Documented in roc.plot

## an explicit call to plot(roc)

roc.plot <- function(x, ...) {
    plot(as.roc(x), ...)
}
davidavdav/ROC documentation built on Sept. 8, 2023, 2:39 p.m.