| Package | Description |
|---|---|
| umcg.genetica.graphics |
| Modifier and Type | Method and Description |
|---|---|
static ViolinBoxPlot.Output |
ViolinBoxPlot.Output.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ViolinBoxPlot.Output[] |
ViolinBoxPlot.Output.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ViolinBoxPlot.draw(double[][][] vals,
String[] datasetNames,
String[][] xLabels,
String yLabel,
ViolinBoxPlot.Output output,
String outputFileName) |
void |
ViolinBoxPlot.draw(double[][][] vals,
String[] datasetNames,
String[][] xLabels,
String yLabel,
ViolinBoxPlot.Output output,
String outputFileName,
boolean sortresults) |
Copyright © 2015. All Rights Reserved.