Learn R Programming

TargetSearch (version 1.28.1)

plotFAME: Plot a standard marker

Description

Plots a given standard marker.

Usage

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.

See Also

RIcorrect, FAMEoutliers, tsSample

Examples

Run this code
require(TargetSearchData)
data(TargetSearchData)
# plot Retention index standards 1 to 3
plotFAME(sampleDescription, RImatrix, 1)
plotFAME(sampleDescription, RImatrix, 2)
plotFAME(sampleDescription, RImatrix, 3)

Run the code above in your browser using DataLab