R/07_S7_Supervised.R
plot.Classification.Rd
Plot Classification
# S3 method for class 'Classification' plot(x, what = NULL, theme = choose_theme(), ...)
Classification object.
Character vector: What to plot. Can include "training", "validation", "test", or "all", which will plot all available.
Theme object.
Additional arguments passed to the plotting function.
EDG