rt2ri(TargetSearch)
rt2ri()所属R语言包:TargetSearch
Retention Time to Retention Time Index convertion
保留时间,保留时间指数皈依
译者:生物统计家园网 机器人LoveR
描述----------Description----------
Convert retention times to retention indices based on observed FAME RI and their standard values.
转换基于观察名誉RI和标准值的保留指数的保留时间。
用法----------Usage----------
rt2ri(rtTime, observed, standard)
参数----------Arguments----------
参数:rtTime
The extracted RT's to convert
提取RT的转换
参数:observed
The observed FAME RT's
观测到的名誉RT的
参数:standard
The standard RI for each FAME
每个成名的标准的RI
Details
详情----------Details----------
Linear interpolation, interpolation outside bounds are done with continued linear interpolation from the last two FAME's
外部边界插值线性插值,完成从过去两年的FAME的持续线性插值
值----------Value----------
The converted RI
转换的RI
作者(S)----------Author(s)----------
Alvaro Cuadros-Inostroza, Matthew Hannah, Henning Redestig
参见----------See Also----------
RIcorrect, FAMEoutliers
RIcorrect,FAMEoutliers
举例----------Examples----------
# RI standards[国际扶轮标准]
standard <- c(100, 200, 300, 400, 500)
# observed standard retention times[观察标准的保留时间]
observed <- c(10.4, 19.3, 32.4, 40.2, 50.3)
# a random set of retention times[随机集的保留时间]
RT <- runif(100,1,60)
# the corrected RIs[更正注册机构]
RI <- rt2ri(RT, observed, standard)
转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。
注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
|