preview.deg {fastnet} | R Documentation |
Preview of the degree distribution of a network
Description
Present the first 10 degrees of a network.
Usage
preview.deg(g)
Arguments
g |
The input network. |
Details
Present the first 10 degrees of a network.
Value
A vector.
Author(s)
Xu Dong, Nazrul Shaikh.
Examples
## Not run:
x <- net.ring.lattice(12,4)
preview.deg(x)
## End(Not run)
[Package fastnet version 1.0.0 Index]