msg(RCytoscape)
msg()所属R语言包:RCytoscape
msg
味精
译者:生物统计家园网 机器人LoveR
描述----------Description----------
Display the supplied string in the Cytoscape Desktop status bar
Cytoscape的桌面状态栏的显示提供的字符串
用法----------Usage----------
msg(obj, string)
参数----------Arguments----------
参数:obj
a CytoscapeConnectionClass object.
CytoscapeConnectionClass对象。
参数:string
a char, an arbitrary string, which can be used to inform the user of things they may wish to know
char,一个任意字符串,它可以被用来告知用户的事情,他们可能想知道
值----------Value----------
Nothing.
没有。
作者(S)----------Author(s)----------
Paul Shannon
参见----------See Also----------
clearMsg
clearMsg
举例----------Examples----------
cy <- CytoscapeConnection ()
msg (cy, 'this message will appear in the Cytoscape Desktop status bar, which is found at the lower corner of the Desktop')
转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。
注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
|