Interface XYArrayWeightedMergeOptions

interface XYArrayWeightedMergeOptions {
    delta?: number | (arg: number) => number;
}

Properties

Properties

delta?: number | (arg: number) => number

The range in which the two x values of the data must be to be placed on the same line. It may also be a function that allows to change delta depending on the X values of the spectrum

1