composition-plot

Home > composition-plot > BasePlot > setCompositionSpace

BasePlot.setCompositionSpace() method

Set the composition space of this plot

The composition space is the list of elements that a sample can be expected to have in its composition

Signature:

setCompositionSpace(compositionSpace: string[]): void;

Parameters

Parameter Type Description
compositionSpace string[] A list of chemical elements

Returns:

void