small.world | R Documentation |
small.world
calculates the normalized characteristic path length and
clustering coefficient based on observed and random graphs, used to calculate
the small-world coefficient \sigma
.
small.world(g.list, rand)
g.list |
A |
rand |
List of (lists of) equivalent random graphs (output from
|
A data.table
with the following components:
density |
The range of density thresholds used. |
N |
The number of random graphs that were generated. |
Lp , Lp.rand , Lp.norm |
The observed, average random, and normalized characteristic path length. |
Cp , Cp.rand , Cp.norm |
The observed, average random, and normalized clustering coefficient. |
sigma |
The small-world measure of the graph. |
Christopher G. Watson, cgwatson@bu.edu
Watts, D.J. and Strogatz S.H. (1998) Collective dynamics of "small-world" networks. Nature, 393, 440–442. \Sexpr[results=rd]{tools:::Rd_expr_doi("10.1038/30918")}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.