ml-spectra-processing
    Preparing search index...

    Interface XApplyFunctionStrOptions

    interface XApplyFunctionStrOptions {
        fctString?: string;
        variableLabel?: OneLowerCase;
    }
    Index

    Properties

    fctString?: string
    '''
    The function to apply on the array as a string
    variableLabel?: OneLowerCase

    The variable to use in the fctString (one lower case letter)

    'x'