preview.deg: Preview of the degree distribution of a network

Description Usage Arguments Details Value Author(s) Examples

View source: R/preview.deg.R

Description

Present the first 10 degrees of a network.

Usage

1

Arguments

g

The input network.

Details

Present the first 10 degrees of a network.

Value

A vector.

Author(s)

Xu Dong, Nazrul Shaikh.

Examples

1
2
3
4
## Not run: 
x <-  net.ring.lattice(12,4)
preview.deg(x)
## End(Not run)

fastnet documentation built on Jan. 13, 2021, 5:28 p.m.

Related to preview.deg in fastnet...