virility: Virility property of graphs

Description Usage Arguments Examples

View source: R/virility.R

Description

How many forks and how many colliders does the graph have. Returns number of forks - number of colliders

Usage

1
virility(graph)

Arguments

graph

the graph to check

Examples

1
virility(matrix(c(0,1,1,0,0,0,0,0,0),3,3, byrow=T))

neilbramley/acl_source documentation built on May 29, 2019, 6:53 p.m.