View source: R/peakDiagnostic.r
peakDiagnosis | R Documentation |
peakDiagnosis Returns potential problematic peaks: when one single peak is exepected, the number of candidate is displayed. When no peak is detected, no peak is displayed.
peakDiagnosis(df, minimalIntensity = 0, relativeThreshold = 50, nPoints = 101)
df |
data frame whose colnames are time and intensity |
minimalIntensity |
minimal intensity required to be a peak of interest |
relativeThreshold |
percentage of relative intensity of the maximal peak to be reached. |
nPoints |
number of points required in the smoothing @export |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.