View source: R/MLMSfunctions.R
standards_input_list | R Documentation |
standards_input_list: function to create input list for internal standards quality check
standards_input_list(standardPaths.vec, standardAnalysisNums.df, exp.df)
standardPaths.vec |
character vector containing the paths to the .dxf files for internal standards experiments |
standardAnalysisNums.df |
dataframe containing the analysis numbers for internal standards experiments and colnames are the standard names |
list of sample peak data for each analysis
Usage Example
standAnalysisNums.df<-read.table("standards_Analysis_Nums.txt")
standPaths.vec<-c(L1path,H1path,LWpath)
allStand_d18O.list<-standards_input_list(standPaths.vec,standAnalysisNums.df)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.