powered by
calculate the mass accuracy of measured m/z. lazy input allowed
ppm(m, t, lazy = TRUE)
measured m/z
theoretical m/z
if lazy input is allowed
Yonghui Dong
ppm(155.03383, 155.03388) # with m/z value ppm(155.03383, .03388) # lazy input when the integer parts of m and t are the same ppm(155.03384, mz('C7H7O4', z = 1)) # with ion formula
Run the code above in your browser using DataLab