R/hrg.R
hrg.create.Rd
hrg.create() was renamed to hrg() to create a more consistent API.
hrg.create()
hrg()
hrg.create(graph, prob)
The igraph graph to create the HRG from.
A vector of probabilities, one for each vertex, in the order of vertex ids.
hrg_create()