algo_nand: algo_nand (R6 class)

Description Usage Arguments Format Value Graph Examples

Description

Any algorithm may be built from the atomic NAND algorithm.

Usage

1

Arguments

algo_id

A technical unique identifier for the algorithmic node. If missing, a GUID will be created. (character)

label

A meaningful label for the algorithmic node. Keep it short to let it display properly on graph plots. Default: "NAND". (character)

...

For future usage.

Format

An object of class R6ClassGenerator of length 24.

Value

An object instance of class algo_nand:algo_base.

Graph

Graph of the algorithm

Examples

1
2
3
a1 <- algo_nand$new();
a1$plot();
a1$exec("01");

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