# Substitute the file path argument for a csv or txt file
# To see the whole chromatogram
# peak <- readChrom("example_file.csv", do.plot = TRUE)
# To subset the peak make use of t1 and t2 arguments, for example:
# peak <- readChrom("example_file.csv", do.plot = TRUE, t1 = 2, t2 = 2.5)
Run the code above in your browser using DataLab