rclustnet: Generate a random graph with desired size, clustering...

Description Usage Arguments Value Examples

Description

Generate a random graph with desired size, clustering coefficient, and degree distribution

Usage

1
rclustnet(n, CC, rdegdist = "pois", ...)

Arguments

n

Integer size of random graph

CC

Desired clustering coefficient. Value in (0,1).

rdegdist

This is either a character string specifiying the desired degree distribution or an R function which generates the desired distribution.

Value

A graph in igraph format

Examples

1
rclustnet( n=500, CC = .25, rdegdist='pois', lambda=5 )

emvolz/rclustnet documentation built on May 30, 2019, 6:55 p.m.