共识树状图(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
(因为它没有传入的边), 并且它有两个子组, g1
和 g2
。
用法
# S3 method for class 'igraphHRGConsensus'
print(x, ...)
参见
其他分层随机图函数:consensus_tree()
, fit_hrg()
, hrg()
, hrg-methods
, hrg_tree()
, predict_edges()
, print.igraphHRG()
, sample_hrg()