powered by
Boxplot for a matrix.
boxPlot(mat, ylabel='ARI', cols=NULL, ...)
Return a ggplot2 object.
a matrix with columns.
an optional string, the name of ylabel.
colors used in the plot
Other parameters passed to geom_boxplot.
Wei Liu
Nothing
None
mat <- matrix(runif(100*3, 0.6, 1), 100, 3) colnames(mat) <- paste0("Method", 1:3) boxPlot(mat)
Run the code above in your browser using DataLab