View source: R/MLMSfunctions.R
qc_num_vendPeaks | R Documentation |
qc_num_vendPeaks: Function that checks for the correct number of peaks
qc_num_vendPeaks(vend.df, expectedPeakNum1 = 15, expectedPeakNum2 = 16)
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 |
Boolean that indicates whether the expected number of peaks is present
Usage example
qc_num_vendPeaks(vend1.df,15,16)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.