massRange {rawrr} | 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]])