metric.degree.mean: Mean Degree

Description Usage Arguments Details Value Author(s) Examples

Description

Calculate the mean degree of a graph.

Usage

1

Arguments

g

The input network.

Details

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

Value

A real constant.

Author(s)

Xu Dong, Nazrul Shaikh.

Examples

1
2
3
4
5
## Not run: 
x <-  net.erdos.renyi.gnp(1000, 0.01)
metric.degree.mean(x)

## End(Not run)

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