assigned: assigned

Description Usage Arguments Details Value Author(s) Examples

Description

Figure out who is assigned to a particular task

Usage

1
  assigned(ccg, wId = 1, ...)

Arguments

ccg

collaborative composite graph

w

vertex id corresponding to the task

...

Arguments to be passed to compgraph

Details

Figure out who is assigned to a particular task

Value

An igraph object consisting of the subgraph of the social network induced by those researchers assigned to the task

Author(s)

Ben Baumer

Examples

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

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