trim_peak | R Documentation |
Trim peak
trim_peak(x, pos, cutoff = 0.05)
x |
A chromatogram in matrix format |
pos |
A vector containing peak information |
cutoff |
Proportion of maximum absorbance to use as cutoff. Defaults to
|
Returns indices within the peak specified by pos
with a higher
signal intensity than the specified cutoff.
Ethan Bass
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.