metric.degree.mean function

Mean Degree

Mean Degree

Calculate the mean degree of a graph.

metric.degree.mean(g)

Arguments

  • g: The input network.

Returns

A real constant.

Details

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

Examples

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

Author(s)

Xu Dong, Nazrul Shaikh.

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

Useful links