plotFAME: Plot a standard marker

Description Usage Arguments Author(s) See Also Examples

Description

Plots a given standard marker.

Usage

1
plotFAME(samples, RImatrix, whichFAME)

Arguments

samples

A tsSample object created by ImportSamples function.

RImatrix

A retention time matrix of the found retention time markers.

whichFAME

The retention marker to plot. Must be a number between 1 and the number of markers.

Author(s)

Alvaro Cuadros-Inostroza, Matthew Hannah, Henning Redestig

See Also

RIcorrect, FAMEoutliers, tsSample

Examples

1
2
3
4
5
6
require(TargetSearchData)
data(TSExample)
# plot Retention index standards 1 to 3
plotFAME(sampleDescription, RImatrix, 1)
plotFAME(sampleDescription, RImatrix, 2)
plotFAME(sampleDescription, RImatrix, 3)

TargetSearch documentation built on March 12, 2021, 2 a.m.