R/PlotChrom.R

Defines functions PlotChrom

Documented in PlotChrom

PlotChrom <- function(x){
        plot(as.character(x$RT),as.character(x$MZ),type="h",xlab="Retention Time", ylab = "Mass/Charge Ration")
        identify(as.character(x$RT),as.character(x$MZ),x$MSPeaks)
        }

Try the HTDA package in your browser

Any scripts or data that you put into this service are public.

HTDA documentation built on May 2, 2019, 4:53 p.m.