twist_graph: Change the direction of each edge to the opposite in a graph

Description Usage Arguments Value

View source: R/graphs.R

Description

I.e. from an in-adjacency list create an out-adjacency list, and vice versa.

Usage

1
twist_graph(graph)

Arguments

graph

The input graph, an adjacency list.

Value

The output graph


MangoTheCat/functionMap documentation built on May 7, 2019, 2:10 p.m.