Creates a plot of the ROC curve.
Arguments
- x
An object of class
tr_rocorcf_roc.- add_diagonal
Logical indicating whether to add a diagonal reference line (representing random classifier). Default is TRUE.
- show_naive
Logical indicating whether to show the naive ROC curve if available. Default is TRUE.
- main
Title for the plot.
- col
Color for the ROC curve. Default is "blue".
- naive_col
Color for the naive ROC curve. Default is "gray50".
- lwd
Line width. Default is 2.
- ...
Additional arguments passed to plot().

