massRange: Acquisition/scan range of spectrum

massRangeR Documentation

Acquisition/scan range of spectrum

Description

Acquisition/scan range of spectrum

Usage

massRange(x)

Arguments

x

A rawrrSpectrum object

Value

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.

Examples

S <- readSpectrum(rawfile = sampleFilePath(), 1)
massRange(S[[1]])

fgcz/rawrr documentation built on Nov. 3, 2024, 4:03 a.m.