add.assignments: add.assignments

Description Usage Arguments Details Value Author(s) Examples

Description

Adds assignments of researchers to tasks

Usage

1
2
  add.assignments(ccg, alg = "random", blind = FALSE,
    n = 1)

Arguments

ccg

a ccgraph object

alg

the type of algorithm to use

blind

a logical indicating if the algorithm is blind to task completion

n

the number of assignments to add simultaneously

Details

Augment the mapping between the two vertex sets

Value

a ccgraph object

Author(s)

Ben Baumer

Examples

1
2
3
4
n = 20
p = 1/2
ccg = ccg.game(n, p)
plot(add.assignments(ccg))

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