ccg.game: ccg.game

Description Usage Arguments Details Value Author(s) Examples

Description

Generate a random collaborative composite graph

Usage

1
  ccg.game(n1, p1, n2 = n1, r = 0.5, capacity = 10, ...)

Arguments

n1

Number of vertices in g1

p1

Probability of edge in g1

n2

Number of vertices in g2. Default value is n1.

...

Arguments to be passed to compgraph

Details

Generates a random collaborative composite graph then returns the resulting composite graph object

Value

A ccgraph object

Author(s)

Ben Baumer

Examples

1
2
3
n = 20
p = 1/2
G = ccg.game(n, p)

beanumber/compgraph documentation built on May 12, 2019, 9:42 a.m.