basePeak | R Documentation |
Base peak of a spectrum
basePeak(x)
x |
A rawrrSpectrum object |
A double vector of length two. The first component is the base peak position (m/z). The second component is the base peak intensity.
S <- readSpectrum(rawfile = sampleFilePath(), 1)
basePeak(S[[1]])
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.