convert_algo_base_to_igraph: Convert an object of class algo_base to an object of class...

Description Usage Arguments Value Examples

Description

The igraph network will be composed of: * One node per input bit, * One node representing the algorithm, * One node per output bit, * Directed edges from the input bits to the algorithm node, * Directed edges from the algorithm node to the output bits.

Usage

1

Arguments

node

The node that we want to graph (algo_base)

...

For future usage.

Value

A directed network graph representation of the node (igraph).

Examples

1

daviddoret/haricot documentation built on May 21, 2019, 1:42 a.m.