Home > composition-plot > MultidimensionalPlot > (constructor)
The constructor of MultidimensionalPlot
Signature:
constructor(div: HTMLElement, dp: DataProvider, compositionToPosition: ICompositionToPositionProvider);
| Parameter | Type | Description |
|---|---|---|
| div | HTMLElement | The container that will include all graphical elements |
| dp | DataProvider | The DataProvider with the samples and figures of merit |
| compositionToPosition | ICompositionToPositionProvider | The object in charge of determining the position of the samples in 3D |