getArrowShapes(RCytoscape)
getArrowShapes()所属R语言包:RCytoscape
getArrowShapes
getArrowShapes
译者:生物统计家园网 机器人LoveR
描述----------Description----------
Retrieve the names of the currently supported 'arrows' – the decorations can (optionally) appear at the ends of edges, adjacent to the nodes they connect, and conveying information about the nature of the nodes' relationship. of strings.
检索当前支持的“箭头”的名字 - 装饰(可选)出现在边的两端,它们连接相邻节点,节点之间的关系的性质和输送信息。字符串。
用法----------Usage----------
getArrowShapes(obj)
参数----------Arguments----------
参数:obj
a CytoscapeConnectionClass object.
CytoscapeConnectionClass对象。
值----------Value----------
A list of character strings, e.g., 'WHITE_DIAMOND', 'BLACK_T'
字符串列表,例如,“WHITE_DIAMOND,BLACK_T”
作者(S)----------Author(s)----------
Paul Shannon
举例----------Examples----------
cy <- CytoscapeConnection ()
getArrowShapes (cy)
# [1] "No Arrow" "Diamond" "Delta" "Arrow" "T" "Circle" "Half Arrow Top" "Half Arrow Bottom"[1]“没有箭头”,“钻石”,“珠三角”“箭”的“T”,“圆”,“半箭顶”,“半箭底”]
转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。
注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
|