batch {enviGCMS} | R Documentation |
Get the MIR and related information from the files
Description
Get the MIR and related information from the files
Usage
batch(file, mz1, mz2)
Arguments
file |
data file, CDF or other format supportted by xcmsRaw |
mz1 |
the lowest mass |
mz2 |
the highest mass |
Value
Molecular isotope ratio
Examples
## Not run:
mr <- batch(data,mz1 = 79, mz2 = 81)
## End(Not run)
[Package enviGCMS version 0.7.1 Index]