metric.graph.density function

Graph Density

Graph Density

Calculate the density of a graph.

metric.graph.density(g)

Arguments

  • g: The input network.

Returns

A real constant.

Details

Computes the ratio of the number of edges and the number of possible edges.

Examples

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

Author(s)

Xu Dong, Nazrul Shaikh.

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

Useful links