makeRecip {RBGL} | R Documentation |
revise edgeL of an graphNEL to include all reciprocal edges
makeRecip(g)
g |
an instance of graphNEL class |
a graphNEL with revised edgeL, so that if A->B is an edge, so is B->A, according to the edgeL protocol.
VJ Carey <stvjc@channing.harvard.edu>
example(edgeConnectivity) coex makeRecip(coex)