metric.distance.medianecc: Median Eccentricity

Description Usage Arguments Details Value Author(s) References Examples

Description

Calculate the (estimated) median eccentricity of a graph.

Usage

1

Arguments

g

The input network.

p

The sampling probability.

Details

Is the median eccentricities of all nodes in graph g. metric.distance.medianecc calculates the (estimated) median 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.medianecc(x, 0.01)
## End(Not run)

networkgroupR/fastnet documentation built on May 23, 2019, 1:32 p.m.