alignedPeakList {rWMBAT}R Documentation

Example Data

Description

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.

Usage

data(alignedPeakList)

Examples

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.


[Package rWMBAT version 2.0 Index]