View source: R/graph.utility.R
compute.flipped.graph | R Documentation |
Compute a directed graph with edges in the opposite direction.
compute.flipped.graph(g)
g |
a |
A graph (as an object of class graphNEL
) with edges in the opposite direction w.r.t. g
.
data(graph); g.flipped <- compute.flipped.graph(g);
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.