makeRecip {RBGL}R Documentation

revise edgeL of an graphNEL to include all reciprocal edges

Description

revise edgeL of an graphNEL to include all reciprocal edges

Usage

makeRecip(g)

Arguments

g an instance of graphNEL class

Details

Value

a graphNEL with revised edgeL, so that if A->B is an edge, so is B->A, according to the edgeL protocol.

Author(s)

VJ Carey <stvjc@channing.harvard.edu>

See Also

ugraph

Examples

example(edgeConnectivity)
coex
makeRecip(coex)

[Package Contents]