Description Usage Arguments Author(s) Examples
Description: The function inspectNetwork returns a sample igraph network for further inspection.
1 | inspectNetwork(net.object, iteration.type = "random", sample.size = .5)
|
net.object |
The network object. Accepts both igraph and network objects |
iteration.type |
Type of network iteration to be inspected. It accepts degree, betweenness, closeness, and random (default). |
sample.size |
Percentage of the network to be returned. |
Marco T. Bastos
1 2 3 | # Not run:
net.object <- barabasi.game(50)
inspectNetwork(net.object, iteration.type = "random", sample.size = .8)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.