Description Usage Arguments Value Examples
Plot statistical plots for two libraries
1 |
datBaseLib |
a data frame for a base spectrum library |
datExtLib |
a data frame for a external spectrum library |
file |
a character string for the output file |
... |
Additional parameters to pass in |
a list of two data frames
1 2 3 4 5 | libfiles <- paste(system.file("files",package="SwathXtend"),
c("Lib2.txt","Lib3.txt"),sep="/")
datBaseLib <- readLibFile(libfiles[1])
datExtLib <- readLibFile(libfiles[2])
res <- plotAll(datBaseLib, datExtLib)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.