plot.conf_band: Plot SVM ROC curve confidence bands

Description Usage Arguments Value

View source: R/conf_bands.R

Description

plot.conf_band produces a plot of the ROC curve with confidence bands from an object of class conf_band.

Usage

1
2
plot.conf_band(object, xlab = "One minus specificity", ylab = "Sensitivity",
  include_opt = T)

Arguments

object

An object of class conf_band.

xlab

Label for X axis. Defaults to "One minus specificity".

ylab

Label for Y axis. Defaults to "Sensitivity".

include_opt

Logical. If TRUE, the optimal point on the ROC curve (the closest to (0, 1) in Euclidean distance) is marked on the plot. Defaults to TRUE.

Value

A plot as a object of class ggplot.


djluckett/svmroc documentation built on Oct. 6, 2019, 12:42 a.m.