ClassViolinPlot the data for all classes
ClassViolinPlot(Data, Cls, ColorSequence = DataVisualizations::DefaultColorSequence, ClassNames = NULL,
PlotLegend = TRUE,
main = 'PDE Violin Plot for each Class',
xlab = 'Classes',
ylab = 'PDE of Data per Class')
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: "ClassViolinPlot""
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
Thrun, M. C., Pape, F., & Ultsch, A. : Benchmarking Cluster Analysis Methods using PDE-Optimized Violin Plots, Proc. European Conference on Data Analysis (ECDA), accepted, Paderborn, Germany, 2018.
Thrun, M. C., Breuer, L., & Ultsch, A. : Knowledge discovery from low-frequency stream nitrate concentrations: hydrology and biology contributions, Proc. European Conference on Data Analysis (ECDA), accepted, Paderborn, Germany, 2018.