graphBPH(hyperdraw)
graphBPH()所属R语言包:hyperdraw
Constructor for graphBPH objects
为graphBPH对象的构造
译者:生物统计家园网 机器人LoveR
描述----------Description----------
A convenience constructor for graphBPH-class objects. This is a generic function.
graphBPH-class对象的一个方便的构造。这是一个通用的功能。
用法----------Usage----------
graphBPH(graph, edgeNodePattern, ...)
参数----------Arguments----------
参数:graph
Some form of graph that is to be converted into a graphBPH object.
一些图的形式,就是要转换成graphBPH对象。
参数:edgeNodePattern
A regular expression used to distinguish between normal nodes and edge nodes.
正则表达式用来区分正常的节点和边缘节点。
参数:...
Potential arguments to other methods.
其他方法的潜在参数。
值----------Value----------
An object of class graphBPH-class
一个对象的类graphBPH-class
方法----------Methods----------
signature(graph = "graphNEL", edgeNodePattern = "character"): create a graphBPH object from a (directed) graphNEL
signature(graph = "graphNEL", edgeNodePattern = "character"):graphBPH对象创建(导演)graphNEL
signature(graph = "Hypergraph", edgeNodePattern = "missing"): create a graphBPH object from a Hypergraph object (where all Hyperedges are
signature(graph = "Hypergraph", edgeNodePattern = "missing"):graphBPH对象创建一个Hypergraph对象(所有Hyperedges是
作者(S)----------Author(s)----------
Paul Murrell
参考文献----------References----------
<code>hypergraph</code>: A package providing hypergraph data structures.
<code>graph</code>: A package to handle graph data structures.
参见----------See Also----------
graphBPH-class
graphBPH-class
转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。
注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
|