Révision 1759
| tmp/org.txm.ahc.core/src/org/txm/ahc/core/chartsengine/r/RAHCChartCreator.java (revision 1759) | ||
|---|---|---|
| 3 | 3 |
import java.io.File; |
| 4 | 4 |
|
| 5 | 5 |
import org.txm.ahc.core.functions.AHC; |
| 6 |
import org.txm.ahc.core.preferences.AHCPreferences; |
|
| 7 | 6 |
import org.txm.chartsengine.core.results.ChartResult; |
| 8 | 7 |
import org.txm.chartsengine.r.core.RChartCreator; |
| 9 | 8 |
|
| 10 | 9 |
/** |
| 11 |
* R CAH chart creator.
|
|
| 10 |
* R AHC chart creator.
|
|
| 12 | 11 |
* |
| 13 | 12 |
* @author mdecorde |
| 14 | 13 |
* @author sjacquot |
| ... | ... | |
| 27 | 26 |
if (ahc.isRendering2D()) {
|
| 28 | 27 |
cmd = "plot.HCPC(" + ahc.getSymbol() + ", new.plot=FALSE, choice=\"tree\")";
|
| 29 | 28 |
|
| 30 |
// FIXME: for tests without drawing the inertia barplot. Without it, the max available clusters can exceed 16 |
|
| 29 |
// FIXME: SJ: for tests without drawing the inertia barplot. Without it, the max available clusters can exceed 16
|
|
| 31 | 30 |
//cmd = "plot.HCPC(" + cah.getSymbol() + ", new.plot=FALSE, choice=\"tree\", tree.barplot=FALSE)"; //$NON-NLS-1$ //$NON-NLS-2$
|
| 32 |
// FIXME: Tests for drawing only the inertia bar plot. We may need to create a method for this : createCAHIntertiaChart() in the charts engines
|
|
| 31 |
// FIXME: Tests for drawing only the inertia bar plot. We may need to create a chart creator for this plot
|
|
| 33 | 32 |
//cmd= "plot.HCPC(" + cah.getSymbol() + ", new.plot=FALSE, choice=\"bar\")"; //$NON-NLS-1$ //$NON-NLS-2$
|
| 34 | 33 |
|
| 35 | 34 |
|
Formats disponibles : Unified diff