Get the MIR and related information from the files
Arguments
- file
data file, CDF or other format supportted by xcmsRaw
- mz1
the lowest mass
- mz2
the highest mass
Value
Molecular isotope ratio
Examples
if (FALSE) { # \dontrun{
mr <- batch(data,mz1 = 79, mz2 = 81)
} # }