hrg.consensus {igraph} | R Documentation |
Create a consensus tree from several hierarchical random graph models
Description
hrg.consensus()
was renamed to consensus_tree()
to create a more
consistent API.
Usage
hrg.consensus(graph, hrg = NULL, start = FALSE, num.samples = 10000)
Arguments
graph |
The graph the models were fitted to. |
hrg |
A hierarchical random graph model, in the form of an
|
start |
Logical, whether to start the fitting/sampling from the
supplied |
num.samples |
Number of samples to use for consensus generation or missing edge prediction. |
[Package igraph version 2.0.3 Index]