metric.degree.max.efficient function

Efficient Maximal Degree

Efficient Maximal Degree

Calculate the efficient maximal degree of a graph.

metric.degree.max.efficient(g)

Arguments

  • g: The input network.

Returns

A real constant.

Details

The efficient maximal degree is the 90

Examples

## Not run: x <- net.erdos.renyi.gnp(1000, 0.01) metric.degree.max.efficient(x) ## End(Not run)

Author(s)

Xu Dong, Nazrul Shaikh.

  • Maintainer: Nazrul Shaikh
  • License: GPL (>= 2)
  • Last published: 2020-12-01

Useful links