compoundGraph-class(ontoTools)
compoundGraph-class()所属R语言包:ontoTools
Class "compoundGraph" list representation of multiple graph::graph objects
多图“compoundGraph”类列表表示::图形对象
译者:生物统计家园网 机器人LoveR
描述----------Description----------
Class "compoundGraph" list+list representation of multiple graph::graph objects
类“compoundGraph”的名单+多图列表表示::图形对象
类的对象----------Objects from the Class----------
Objects can be created by calls of the form new("compoundGraph", ...).
创建对象可以通过检测的形式new("compoundGraph", ...)。
插槽----------Slots----------
grList: Object of class "list" list of graph::graph objects
grList:"list"类图的列表::图形对象的对象
between: Object of class "list" list of node-to-node connections
between:对象类"list"节点到节点的连接列表
方法----------Methods----------
adjMat signature(cg = "compoundGraph"): ...
adjMatsignature(cg = "compoundGraph")...
between signature(object = "compoundGraph"): ...
signature(object = "compoundGraph")...
grList signature(object = "compoundGraph"): ...
grListsignature(object = "compoundGraph")...
toDot signature(G = "compoundGraph", outDotFile = "character", renderList = "list", optList = "missing"): ...
toDotsignature(G = "compoundGraph", outDotFile = "character", renderList = "list", optList = "missing")...
toDot signature(G = "compoundGraph", outDotFile = "character", renderList = "list", optList = "list"): ...
toDotsignature(G = "compoundGraph", outDotFile = "character", renderList = "list", optList = "list")...
toDot signature(G = "compoundGraph", outDotFile = "missing", renderList = "list", optList = "missing"): ...
toDotsignature(G = "compoundGraph", outDotFile = "missing", renderList = "list", optList = "missing")...
注意----------Note----------
Should be supplanted by Rgraphviz facilities before too long.
不久应Rgraphviz设施所取代。
作者(S)----------Author(s)----------
VJ Carey <stvjc@channing.harvard.edu>
参考文献----------References----------
<h3>See Also</h3> Rgraphviz::subgraph
转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。
注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
|