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

[Package rawrr version 1.2.0 Index]