# load an RData file including a single run data acquired by readCDF
data("Run")
# load targets information
data(Targets)
# get all the corresponding peaks of the target list
runPeaks <- getPeak(Run = Run, Targets = Targets)
# plot the EIC of the first target
plotEIC(runPeaks[[1]])
Run the code above in your browser using DataLab