Learn R Programming

enviGCMS (version 0.7.1)

batch: Get the MIR and related information from the files

Description

Get the MIR and related information from the files

Usage

batch(file, mz1, mz2)

Value

Molecular isotope ratio

Arguments

file

data file, CDF or other format supportted by xcmsRaw

mz1

the lowest mass

mz2

the highest mass

Examples

Run this code
if (FALSE) {
mr <- batch(data,mz1 = 79, mz2 = 81)
}

Run the code above in your browser using DataLab