zero2bn: starting an empty bn

Description Usage Arguments Details Value Examples

Description

(bn) Creation of a new bn object with zero nodes, that is just giving the structure to be able to add nodes further.

Usage

1
zero2bn(description)

Arguments

description

Description field ('des' object) for the new bn. Alternatively can be the name (single character).

Details

The argument can be no more than a single character, in that case a 'des' object will be created with it as name.

Value

an object of class "bn" with zero node

Examples

1
2
 rebastaba3k("RESET"); # (only for R checking)
 print(zero2bn(char2des("BN without any node")));

rebastaba documentation built on May 2, 2019, 5:24 p.m.

Related to zero2bn in rebastaba...