makeNodeAttrs(Rgraphviz)
makeNodeAttrs()所属R语言包:Rgraphviz
make a list of character vectors that can be used as a value for
做一个特征向量的列表可以用来作为一种价值
译者:生物统计家园网 机器人LoveR
描述----------Description----------
make a list of character vectors that can be used as a value for
做一个特征向量的列表可以用来作为一种价值
用法----------Usage----------
makeNodeAttrs(g, label=nodes(g), shape="ellipse", fillcolor="#e0e0e0", ...)
参数----------Arguments----------
参数:g
graph
图表
参数:label
character of length either 1 or numnodes(g). If the length is 1, the value is recycled.
字符的长度要么1或numnodes(g)。如果长度是1,价值被回收。
参数:shape
character of length either 1 or numnodes(g)
字符的长度要么1或numnodes(g)
参数:fillcolor
character of length either 1 or numnodes(g)
字符的长度要么1或numnodes(g)
参数:...
further named arguments that are character vectors of length either 1 or numNodes(g)
进一步命名参数是特征向量的长度是1或numNodes(G)
Details
详情----------Details----------
This function is trivial but convenient.
此功能是微不足道的,但方便。
值----------Value----------
A list of named character vectors, each of which with
一个命名的特征向量,其中每个用
作者(S)----------Author(s)----------
Wolfgang Huber <huber@ebi.ac.uk>
举例----------Examples----------
library(graph)
g = randomEGraph(letters[1:10], p=0.2)
makeNodeAttrs(g)
转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。
注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
|