Description Usage Arguments Value Examples
View source: R/graph.utility.R
Compute a directed graph with edges in the opposite direction.
1 |
g |
a |
A graph (as an object of class graphNEL
) with edges in the opposite direction w.r.t. g
.
1 2 | 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.