alignedPeakList {rWMBAT} | R Documentation |
One of the input example data for main function "WMBAT", a list containing information of time labels for peaks and peak intensity values for every spectrum.
data(alignedPeakList)
data(alignedPeakList) names(alignedPeakList) plot(alignedPeakList$peaks,alignedPeakList$data[[1]]$Intensities,"l") #"alignedPeakList$peaks" is an array containing time labels for peaks. #"alignedPeakList$data[[1]]$Intensities" is an array containing peak intensity values of the 1st spectrum.