plotFAME(TargetSearch)
plotFAME()所属R语言包:TargetSearch
Plot a standard marker
画出一个标准的标记
译者:生物统计家园网 机器人LoveR
描述----------Description----------
Plots a given standard marker.
绘制给定的标准标记。
用法----------Usage----------
plotFAME(samples, RImatrix, whichFAME)
参数----------Arguments----------
参数:samples
A tsSample object created by ImportSamples function.
一个tsSampleImportSamples函数创建的对象。
参数: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.
保留标记图。必须1“标记之间的数量。
作者(S)----------Author(s)----------
Alvaro Cuadros-Inostroza, Matthew Hannah, Henning Redestig
参见----------See Also----------
RIcorrect, FAMEoutliers,
RIcorrect,FAMEoutliers
举例----------Examples----------
require(TargetSearchData)
data(TargetSearchData)
# plot Retention index standards 1 to 3[图保留指数的标准1至3]
plotFAME(sampleDescription, RImatrix, 1)
plotFAME(sampleDescription, RImatrix, 2)
plotFAME(sampleDescription, RImatrix, 3)
转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。
注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
|