Description Usage Arguments Details Value Author(s) References Examples
Calculate the mean eccentricity of a graph.
| 1 | metric.distance.meanecc(g, p)
 | 
| g | The input network. | 
| p | The sampling probability. | 
The mean eccentricities of all nodes in graph g. Calculates the (estimated) mean eccentricity of graph g with a justified error.
A real constant.
Xu Dong, Nazrul Shaikh.
West, Douglas Brent. Introduction to graph theory. Vol. 2. Upper Saddle River: Prentice Hall, 2001.
| 1 2 3 4 | ## Not run: 
x <-  net.erdos.renyi.gnp(1000, 0.01)
metric.distance.meanecc(x, 0.01)
## End(Not run)
 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.