Return a scale free directed graph.
Parameters : | n : integer
alpha : float
beta : float
gamma : float
delta_in : float
delta_out : float
create_using : graph, optional (default MultiDiGraph)
seed : integer, optional
|
---|
Notes
The sum of alpha, beta, and gamma must be 1.
References
[R198] | B. Bollob{‘a}s, C. Borgs, J. Chayes, and O. Riordan, Directed scale-free graphs, Proceedings of the fourteenth annual ACM-SIAM symposium on Discrete algorithms, 132–139, 2003. |
Examples
>>> G=nx.scale_free_graph(100)