mz-methods {Cardinal} | R Documentation |
This is a generic function for getting or setting 'mz' for an object with associated m/z values, or for generating a sequence of appropriate m/z values for such an object.
## S4 method for signature 'missing' mz(from, to, by, resolution = 200, units = c("ppm", "mz"), ...) mz(object, ...) mz(object, ...) <- value
object |
An object with m/z values. |
value |
The value to set the m/z values. |
from, to |
The starting amd (maximal) end values of the sequence of m/z values. |
by |
The (approximate) interval between m/z values. For |
resolution |
Another way to specify the interval between m/z values. For |
units |
The units for |
... |
Additional arguments (ignored). |
Kylie A. Bemis
mz(from=200, to=220, by=300, units="ppm")