graphQC {MetaboQC} | R Documentation |
Export graphs for each compound included in LCdata matrix in which the area of the specified compound is represented vs the injection order.
graphQC(LCdata, g, NameDataSet)
LCdata |
Matrix of data obtained (mainly by LC-MS) that included four data columns ("Compound Name","Order","QC","Day") and then one coulm for each compound or entity detected (normalized or not). |
g |
Number of compounds for which the graph should be obtained |
NameDataSet |
A name for the data set that is going to be used for the pdf file name. It must be given in quotes |
Multiple graphs of the compounds area (normalized or not) vs the injection order.
## Not run:
graphQC(LCdata,3,"datasetName")
## End(Not run)