removedEdges | R Documentation |
This function can be used to retrieve a numerical vector which will
describe which edges in a graph would be removed if recipEdges
is set to combined
during plotting.
removedEdges(graph)
graph |
An object of class |
This function will simply detect which (if any) edges in a graph would be removed during combination of reciprocated edges.
A numerical vector, where the values correspond to removed edges.
Jeff Gentry
edgeNames
,
agopen
, buildEdgeList
set.seed(123)
V <- letters[1:10]
M <- 1:4
g1 <- randomGraph(V, M, .2)
removedEdges(g1)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.