Skip to contents

Plot ROC for ClassificationRes

Usage

plot_roc.ClassificationRes(
  x,
  what = "all",
  theme = choose_theme(),
  col = rtpalette(rtemis_palette)[1:2],
  filename = NULL,
  ...
)

Arguments

x

ClassificationRes object.

what

Character vector: "all", "training", "test". Which set(s) to plot.

theme

Theme object.

col

Character vector: Colors to use for the ROC curves.

filename

Character: Filename to save the plot to.

...

Additional arguments passed to draw_roc.

Value

plotly object.

Author

EDG