qc_num_vendPeaks: qc_num_vendPeaks: Function that checks for the correct number...

View source: R/MLMSfunctions.R

qc_num_vendPeaksR Documentation

qc_num_vendPeaks: Function that checks for the correct number of peaks

Description

qc_num_vendPeaks: Function that checks for the correct number of peaks

Usage

qc_num_vendPeaks(vend.df, expectedPeakNum1 = 15, expectedPeakNum2 = 16)

Arguments

vend.df

dataframe of vendor data that contains Peak_Nr

expectedPeakNum1

first value of expected peak numbers (i.e. if a peak can be missing - set both to the same number if no variation in peak numbers is expected)

expectedPeakNum2

second value of expected peak numbers

Value

Boolean that indicates whether the expected number of peaks is present

Examples

Usage example
qc_num_vendPeaks(vend1.df,15,16)

lilyacb/MLMS documentation built on July 21, 2023, 4:12 a.m.