ppmRange: Calculate a ppm error range

View source: R/RcppExports.R

ppmRangeR Documentation

Calculate a ppm error range

Description

Calculate the upper and lower parts per million error boundaries for a given m/z.

Usage

ppmRange(mz, ppm)

Arguments

mz

the m/z for which to calculate the error range

ppm

the parts per million

Value

A list containing the lower and upper error range limits.

Examples

ppmRange(118.08626,5)

jasenfinch/mzAnnotation documentation built on Feb. 25, 2023, 1:27 a.m.