metric.degree.min {fastnet}R Documentation

Minimal Degree

Description

Calculate the minimal degree of a network.

Usage

metric.degree.min(g)

Arguments

g

The input network.

Details

The minimal degree.

Value

A real constant.

Author(s)

Xu Dong, Nazrul Shaikh.

Examples

## Not run: 
metric.degree.min(x)
## End(Not run)

[Package fastnet version 1.0.0 Index]