preview.net {fastnet} | R Documentation |
Preview of a network
Description
Present the first 10 ego-centric lists of a network.
Usage
preview.net(net)
Arguments
net |
The input network. |
Details
the connection condition of the first 10 nodes in a network.
Value
A list.
Author(s)
Xu Dong, Nazrul Shaikh.
Examples
## Not run:
x <- net.ring.lattice(12,4)
preview.net(x)
## End(Not run)
[Package fastnet version 1.0.0 Index]