| volinPlot {PRECAST} | R Documentation | 
Volin/boxplot plot
Description
Plot volin/boxplot.
Usage
  volinPlot(mat, ylabel='ARI', cols=NULL)
Arguments
| mat | a matrix with columns. | 
| ylabel | an optional string, the name of ylabel. | 
| cols | colors used in the plot | 
Details
Nothing
Value
Return a ggplot2 object.
Note
nothing
See Also
None
Examples
   mat <- matrix(runif(100*3, 0.6, 1), 100, 3)
   colnames(mat) <- paste0("Method", 1:3)
   volinPlot(mat)
[Package PRECAST version 1.6.5 Index]