Creates a set of two violin plots opposing each other
OpposingViolinBiclassPlot(ListData, Names, BoxPlots = FALSE,
Subtitle = c("AttributeA", "AttributeB"),
Title = "Opposing Violin Biclass Plot")Plotly object.
List of k matrices as elements where each element has shape [1:n, 1:2]
Vector of character names for each element of ListData
Optional: Boolean variable BoxPlots = TRUE shows a box plot drawn into the violin plot. BoxPlots = FALSE shows no box plot. Default: BoxPlots = FALSE
Optional: Vector of character names for two classes. The classes are described as features contained in the matrix [1:n, 1:2]
Optional: Character containing the title of the plot.
Quirin Stier