compute.flipped.graph: Flip Graph

Description Usage Arguments Value Examples

View source: R/graph.utility.R

Description

Compute a directed graph with edges in the opposite direction.

Usage

1

Arguments

g

a graphNEL directed graph

Value

a graph (as an object of class graphNEL) with edges in the opposite direction w.r.t. g.

Examples

1
2
data(graph);
g.flipped <- compute.flipped.graph(g);

gecko515/HEMDAG documentation built on Oct. 18, 2019, 6:34 a.m.