plotFAME {TargetSearch} | R Documentation |
Plots a given standard marker.
plotFAME(samples, RImatrix, whichFAME)
samples |
A |
RImatrix |
A retention time matrix of the found retention time markers. |
whichFAME |
The retention marker to plot. Must be a number between |
Alvaro Cuadros-Inostroza, Matthew Hannah, Henning Redestig
RIcorrect
, FAMEoutliers
,
tsSample
require(TargetSearchData) data(TSExample) # plot Retention index standards 1 to 3 plotFAME(sampleDescription, RImatrix, 1) plotFAME(sampleDescription, RImatrix, 2) plotFAME(sampleDescription, RImatrix, 3)