degree.collect {fastnet}R Documentation

Degrees of nodes

Description

Collect the degrees for all nodes in a network.

Usage

degree.collect(net)

Arguments

net

The input network.

Details

Obtain the degrees for all nodes.

Value

A vector.

Author(s)

Xu Dong, Nazrul Shaikh.

Examples

## Not run: 
x.deg <- degree.collect(x)
summary(x.deg)
## End(Not run)

[Package fastnet version 1.0.0 Index]