R/RcppExports.R
ppmRange.Rd
Calculate the upper and lower parts per million error boundaries for a given m/z.
ppmRange(mz, ppm)
the m/z for which to calculate the error range
the parts per million
A list containing the lower and upper error range limits.
ppmRange(118.08626,5) #> $lower #> [1] 118.08567 #> #> $upper #> [1] 118.08685 #>