preview.deg function

Preview of the degree distribution of a network

Preview of the degree distribution of a network

Present the first 10 degrees of a network.

preview.deg(g)

Arguments

  • g: The input network.

Returns

A vector.

Details

Present the first 10 degrees of a network.

Examples

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

Author(s)

Xu Dong, Nazrul Shaikh.

  • Maintainer: Nazrul Shaikh
  • License: GPL (>= 2)
  • Last published: 2020-12-01

Useful links