跳到内容

共识树状图(igraphHRGConsensus 对象)通过简单地列出树状图每个内部节点的子节点来打印

HRG consensus tree:
g1 -> 11 12 13 14 15 16 17 18 19 20
g2 -> 1  2  3  4  5  6  7  8  9  10
g3 -> g1 g2

树状图的根是 g3 (因为它没有传入的边), 并且它有两个子组, g1g2

用法

# S3 method for class 'igraphHRGConsensus'
print(x, ...)

参数

x

要打印的 igraphHRGConsensus 对象。

...

忽略。

隐式输入对象,允许方法链式调用。

参见

其他分层随机图函数:consensus_tree(), fit_hrg(), hrg(), hrg-methods, hrg_tree(), predict_edges(), print.igraphHRG(), sample_hrg()