powered by
Get multiple injections index for selected retention time
gettarget(rt, drt = 10, n = 6)
retention time vector for peaks in seconds
retention time drift for targeted analysis in seconds, default 10.
max ions numbers within retention time drift windows
index for each injection
# NOT RUN { data(spmeinvivo) pmd <- getpaired(spmeinvivo) std <- getstd(pmd) index <- gettarget(std$rt[std$stdmassindex]) table(index) # }
Run the code above in your browser using DataLab