collaboration: collaboration

Description Usage Arguments Details Value Author(s) Examples

Description

Computes the collaboration score for a subgraph of the social network

Usage

1
  collaboration(g, ctype = "social-density", a = 1, ...)

Arguments

g

an igraph object representing the social network of the researchers

ctype

the type of collaboration function to be applied

...

Arguments to be passed to compgraph

Details

Computes the collaboration score for a subgraph of the social network

Value

TRUE or FALSE

Author(s)

Ben Baumer

Examples

1
2
3
4
n = 20
p = 1/2
cg = ccg.game(n, p)
collaboration(cg$g1)

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