Package | Description |
---|---|
engine | |
engine.r |
Modifier and Type | Method and Description |
---|---|
static Engine.PLOT_TYPES |
Engine.PLOT_TYPES.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static Engine.PLOT_TYPES[] |
Engine.PLOT_TYPES.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
Engine.createBarPlot(Engine.PLOT_TYPES type,
java.lang.String title,
java.lang.String xLabel,
java.lang.String yLabel,
java.lang.String... colNames)
Draw bar plot for specific columns with specific title and labels.
|
boolean |
Engine.createHistogram(Engine.PLOT_TYPES type,
java.lang.String title,
java.lang.String xLabel,
java.lang.String yLabel,
java.lang.String colName)
Draw histogram for specific numeric column.
|
void |
Engine.createPiePlot(Engine.PLOT_TYPES type,
java.lang.String title,
java.lang.String colName)
Draw pie plot for specific column with specific title.
|
Modifier and Type | Method and Description |
---|---|
void |
R_engine.createBarPlot(Engine.PLOT_TYPES type,
java.lang.String title,
java.lang.String xLabel,
java.lang.String yLabel,
java.lang.String... colNames) |
boolean |
R_engine.createHistogram(Engine.PLOT_TYPES type,
java.lang.String title,
java.lang.String xLabel,
java.lang.String yLabel,
java.lang.String colName) |
void |
R_engine.createPiePlot(Engine.PLOT_TYPES type,
java.lang.String title,
java.lang.String colName) |