is.ccg: is.ccg

Description Usage Arguments Details Value Author(s) Examples

Description

Check to see whether a compgraph is a ccg

Usage

1
  is.ccg(cg)

Arguments

cg

a compgraph object

Details

Checks to see whether a compgrah is a collaborative composite graph

Value

TRUE or FALSE

Author(s)

Ben Baumer

Examples

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

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