Interface XYArrayMergeOptions

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

Properties

Properties

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

The range in which the two x values of the data/spectra 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

Type declaration

    • (arg): number
    • Parameters

      • arg: number

      Returns number

Default

1