preview.deg {fastnet} | R Documentation |
Present the first 10 degrees of a network.
preview.deg(g)
g |
The input network. |
Present the first 10 degrees of a network.
A vector.
Xu Dong, Nazrul Shaikh.
## Not run:
x <- net.ring.lattice(12,4)
preview.deg(x)
## End(Not run)