Usage Arguments Value Examples
1 | swath.means(dswath, Sample)
|
dswath |
a data frame of peak areas of Swath results |
Sample |
a vector of strings of the sample names in the Swath result |
A data frame with the mean peak area.
1 2 3 4 5 6 7 | file = paste(system.file("files",package="SwathXtend"),"Swath_result_Lib2.xlsx", sep="/")
dswat = readWorkbook(file, 2)
Sample = rep(c('2perc','5perc','10perc'), each=3)
res = swath.means(dswat, Sample)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.