Skip to contents

Plot chance line in a ROC plot.

Usage

add_chance_line()

Examples

plot_roc_curve(iris, response = Species, predictor = Sepal.Width) +
 add_chance_line()