inspectNetwork: Returns sample network for further inspection

Description Usage Arguments Author(s) Examples

Description

Description: The function inspectNetwork returns a sample igraph network for further inspection.

Usage

1
inspectNetwork(net.object, iteration.type = "random", sample.size = .5)

Arguments

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.

Author(s)

Marco T. Bastos

Examples

1
2
3
# Not run:
net.object <- barabasi.game(50)
inspectNetwork(net.object, iteration.type = "random", sample.size = .8)

toledobastos/iterateNetwork documentation built on May 31, 2019, 5:14 p.m.