sample_hrg
From igraph v1.0.1
by Gabor Csardi
Sample from a hierarchical random graph model
sample_hrg
samples a graph from a given hierarchical random graph
model.
Usage
sample_hrg(hrg)
Arguments
- hrg
A hierarchical random graph model.
Value
An igraph graph.
See Also
Other hierarchical random graph functions: consensus_tree
,
hrg.consensus
; fit_hrg
,
hrg.fit
; hrg-methods
;
hrg.predict
, predict_edges
;
hrg_tree
; hrg
,
hrg.create
;
print.igraphHRGConsensus
;
print.igraphHRG
Community examples
Looks like there are no examples yet.