View source: R/interpol.area.R
interpol.area | R Documentation |
This is an internal function that's not supposed to be called directly by the user.
interpol.area(x, y, all.x, all.w)
x |
the positions of x(retention time) where non-NA y is observed. |
y |
the observed intensities. |
all.x |
all possible x(retention time) in the LCMS profile. |
all.w |
the "footprint" of each measured retention time, used as weight for the corresponding y. |
This is an internal function. It interpolates missing y using linear interpolation, and then calculates the area under the curve.
The area is returned.
Tianwei Yu <tyu8@emory.edu>
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.