net.degree.constraint function

Generate a degree-constraint graph

Generate a degree-constraint graph

Generate a degree-constraint graph.

net.degree.constraint(DEG, c.alpha, c.min)

Arguments

  • DEG: Degree sequence.
  • c.alpha: Scaling parameter of the community-size distribution.
  • c.min: Minimal size of a community.

Returns

A list containing the nodes of the network and their respective neighbors.

Details

The generated network has a pre-defined degree sequence with multiple (overlapping) communities.

Examples

## Not run: DEG <- sample(seq(5,15),100, replace=TRUE) x <- net.degree.constraint(DEG, c.alpha=2, c.min=3) ## End(Not run)

References

Dong X, Castro L, Shaikh N (2020). “fastnet: An R Package for Fast Simulation and Analysis of Large-Scale Social Networks.” Journal of Statistical Software, 96(7), 1-23. doi:10.18637/jss.v096.i07 (URL: https://doi.org/10.18637/jss.v096.i07)

Author(s)

Xu Dong, Nazrul Shaikh

  • Maintainer: Nazrul Shaikh
  • License: GPL (>= 2)
  • Last published: 2020-12-01

Useful links