powered by
Compute a directed graph with edges in the opposite direction.
compute.flipped.graph(g)
a graphNEL directed graph
graphNEL
A graph (as an object of class graphNEL) with edges in the opposite direction w.r.t. g.
g
# NOT RUN { data(graph); g.flipped <- compute.flipped.graph(g); # }
Run the code above in your browser using DataLab