View source: R/createMLdataFunctions.R View source: R/MLMSfunctions.R
| trap_area_allPks | R Documentation |
trap_area_allPks: function to calculate area of all peaks in an experiment via trapz (wrapper function for all_PA_trap())
trap_area_allPks(raw.df, vend.df, mV.rawName)
raw.df |
dataframe of raw data |
vend.df |
dataframe of vendor data |
mV.rawName |
character string of the name of intensity column to use (in raw.df) |
dataframe containing peak numbers and areas
Usage Example
pkAreas.df<-trap_area_allPks(raw.df,vi.df,"v44.mV")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.