| hrg.create {igraph} | R Documentation |
Create a hierarchical random graph from an igraph graph
Description
hrg.create() was renamed to hrg() to create a more
consistent API.
Usage
hrg.create(graph, prob)
Arguments
graph |
The igraph graph to create the HRG from. |
prob |
A vector of probabilities, one for each vertex, in the order of vertex ids. |
[Package igraph version 2.0.3 Index]