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);

HEMDAG documentation built on Feb. 12, 2021, 5:13 p.m.