Skip to contents

Plot True vs. Predicted for Classification

Usage

plot_true_pred.Classification(
  x,
  what = NULL,
  xlab = NULL,
  theme = choose_theme(),
  ...
)

Arguments

x

Classification object.

what

Character vector: What to plot. "training", "validation", "test"

xlab

Character: x axis label. If NULL, will be generated automatically.

theme

Theme object.

...

Additional arguments passed to the plotting function.

Author

EDG