volinPlot_real.Rd
Plot volin/boxplot.
volinPlot(mat, ylabel='ARI', cols=NULL)
a matrix with columns.
an optional string, the name of ylabel.
colors used in the plot
Nothing
Return a ggplot2 object.
nothing
None
mat <- matrix(runif(100*3, 0.6, 1), 100, 3) colnames(mat) <- paste0("Method", 1:3) volinPlot(mat)