metric.degree.median function

Median Degree

Median Degree

Calculate the median degree of a graph.

metric.degree.median(g)

Arguments

  • g: The input network.

Returns

A real constant.

Details

The median degree is the median value of the degrees of all nodes in graph g.

Examples

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

Author(s)

Xu Dong, Nazrul Shaikh.

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

Useful links