BoxPlot the data for all classes
ClassBoxPlot(Data, Cls, ColorSequence = DataVisualizations::DefaultColorSequence, ClassNames = NULL, PlotLegend = TRUE,
main = 'Boxplot per Class', xlab = 'Classes', ylab = 'Range of Data')
Vector of the data to be plotted
Vector of class identifiers.
Optional: The sequence of colors used, Default: DefaultColorSequence()
Optional: The names of the classes. Default: C1 - C(Number of Classes)
Optional: Add a legent to plot. Default: TRUE)
Optional: Title of the plot. Default: "ClassBoxPlot""
Optional: Title of the x axis. Default: "Classes"
Optional: Title of the y axis. Default: "Data"
A List of
The DataFrame used to plot
The ggplot2 plot object