| Package | Description |
|---|---|
| umcg.genetica.graphics |
| Modifier and Type | Method and Description |
|---|---|
static ForestPlot.Output |
ForestPlot.Output.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ForestPlot.Output[] |
ForestPlot.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 |
ForestPlot.drawForrestPlot(String xAxisName,
String[] yAxisNames,
Double[] xValues,
String filename,
ForestPlot.Output output,
double[] significanceThresholds,
Double minX,
Double maxX,
int[] weights,
byte[] chr,
int[] chrpos,
int metaRow) |
void |
ForestPlot.drawMultiForrestPlot(String xAxisName,
String[] yAxisNames,
Double[][] xValues,
String filename,
ForestPlot.Output output,
double[] significanceThresholds,
Double minX,
Double maxX,
int[] weights,
byte[] chr,
int[] chrpos,
int metaRow) |
Copyright © 2015. All Rights Reserved.