IBSpectra.log(isobar)
IBSpectra.log()所属R语言包:isobar
Log functions for IBSpectra objects
登录IBSpectra对象功能
译者:生物统计家园网 机器人LoveR
描述----------Description----------
The slot log of IBSpectra objects contains a matrix with two columns which contain a timestamp and message. Rownames relate to the item logged.
插槽logIBSpectra对象包含两列,其中包含一个时间戳和消息的矩阵。 rownames有关记录的项目。
Used by correctIsotopeImpurities and normalize.
用于correctIsotopeImpurities和normalize。
用法----------Usage----------
do.log(x, name, msg)
get.log(x, name)
is.logged(x, name)
参数----------Arguments----------
参数:x
IBSpectra object
IBSpectra对象
参数:name
Name of property to be logged (translates to row name).
要记录(列名的翻译)的财产的名称。
参数:msg
Message to be logged for name.
消息被记录的名称。
Details
详情----------Details----------
A warning message will be displayed if a already logged property is logged again.
如果已经登录的属性再次被记录,将显示一条警告消息。
值----------Value----------
do.log: IBSpectra object with updated log. get.log:
do.log:IBSpectra更新log对象。 get.log:
作者(S)----------Author(s)----------
Florian P Breitwieser
参见----------See Also----------
IBSpectra-class
IBSpectra-级
举例----------Examples----------
data(ibspiked_set1)
ib <- normalize(correctIsotopeImpurities(ibspiked_set1))
ib@log
转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。
注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
|