Skip to contents

[Deprecated]

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.

hrg_create()