graphQC: Representate the compounds area (normalized or not) as a...

Description Usage Arguments Value Examples

View source: R/graphQC.R

Description

Export graphs for each compound included in LCdata matrix in which the area of the specified compound is represented vs the injection order.

Usage

1
graphQC(LCdata, g, NameDataSet)

Arguments

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

Value

Multiple graphs of the compounds area (normalized or not) vs the injection order.

Examples

1
2
3
4
## Not run: 
graphQC(LCdata,3,"datasetName")

## End(Not run)

MetaboQC documentation built on Sept. 29, 2021, 5:09 p.m.

Related to graphQC in MetaboQC...