metric.degree.median {fastnet}R Documentation

Median Degree

Description

Calculate the median degree of a graph.

Usage

metric.degree.median(g)

Arguments

g

The input network.

Details

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

Value

A real constant.

Author(s)

Xu Dong, Nazrul Shaikh.

Examples

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

[Package fastnet version 1.0.0 Index]