| Home | Trees | Index | Help |
|
|---|
| Package networkx :: Package generators :: Module geometric |
|
Generators for geometric graphs.
| Function Summary | |
|---|---|
Random geometric graph in the unit cube | |
| Variable Summary | |
|---|---|
str |
__author__ = 'Aric Hagberg (hagberg@lanl.gov)\nPieter Sw...
|
str |
__credits__ = ''
|
str |
__date__ = '$Date: 2005-06-15 12:44:45 -0600 (Wed, 15 Ju...
|
str |
__revision__ = '$Revision: 1038 $'
|
| Function Details |
|---|
random_geometric_graph(n, radius, result=False, **kwds)Random geometric graph in the unit cube Returned Graph has added attribute G.pos which is a dict keyed by node to the position tuple for the node. |
| Variable Details |
|---|
__author__
|
__credits__
|
__date__
|
__revision__
|
| Home | Trees | Index | Help |
|
|---|
| Generated by Epydoc 2.1 on Sun Aug 21 08:06:58 2005 | http://epydoc.sf.net |