AOPN.edge.connectivity: AOPN.edge.connectivity

Description Usage Arguments Value See Also

View source: R/AOPN.edge.connectivity.R

Description

Edge connectivity is the minimum number of edges that must be removed in order to disrupt all paths between to vertices. This function computes edge connectivity of all MIE/AO pairs

Usage

1
AOPN.edge.connectivity(g, use_KE_PD = FALSE)

Arguments

g

Must be an igraph object all vertices must have an attributes called "KE_KED" (Key Event Designator), with values of "MIE", "KE", or "AO" [igraph object]

use_KE_PD

Optional (Default=FALSE): Can use KE_PD ("origin" and "terminus") instead of KE_KED [boolean]

Value

Edge connectivity of MIE AO pairs [data.frame]

See Also

Other AOPNet Operations: AOPN.linear.AOPs, topo.layout


npollesch/AOPNet documentation built on Jan. 9, 2021, 12:39 a.m.