massRange | R Documentation |
Acquisition/scan range of spectrum
massRange(x)
x |
A rawrrSpectrum object |
A double vector of length two. The first component is the start m/z, the second is the stop m/z value used by the detector during data acquisition. Also referred to as scan range.
S <- readSpectrum(rawfile = sampleFilePath(), 1)
massRange(S[[1]])
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.