preview.net {fastnet} | R Documentation |
Present the first 10 ego-centric lists of a network.
preview.net(net)
net |
The input network. |
the connection condition of the first 10 nodes in a network.
A list.
Xu Dong, Nazrul Shaikh.
## Not run:
x <- net.ring.lattice(12,4)
preview.net(x)
## End(Not run)