ml-spectra-processing
    Preparing search index...

    Interface XYJoinXOptions

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

    Properties

    Properties

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

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

    1