metric.distance.meanecc: Mean Eccentricity

Description Usage Arguments Details Value Author(s) References Examples

View source: R/metric.distance.meanecc.R

Description

Calculate the mean eccentricity of a graph.

Usage

1

Arguments

g

The input network.

p

The sampling probability.

Details

The mean eccentricities of all nodes in graph g. Calculates the (estimated) mean eccentricity of graph g with a justified error.

Value

A real constant.

Author(s)

Xu Dong, Nazrul Shaikh.

References

West, Douglas Brent. Introduction to graph theory. Vol. 2. Upper Saddle River: Prentice Hall, 2001.

Examples

1
2
3
4
## Not run: 
x <-  net.erdos.renyi.gnp(1000, 0.01)
metric.distance.meanecc(x, 0.01)
## End(Not run)

fastnet documentation built on Jan. 13, 2021, 5:28 p.m.