and4nom: adds one node to a /nom/

Description Usage Arguments Value Examples

View source: R/f1.rbsb2.code.r

Description

returns nom after adding it a new node.

Usage

1
and4nom(nom, nod, var="")

Arguments

nom

The /nom/ to be completed.

nod

Name for the new node (character(1)).

var

Name(s) for the variable of the new node.

Value

The /nom/ completed

Examples

1
2
3
 rbsb3k("RESET"); # needed only for R checking, to be forgotten
 print(rbsb.nom2);
 print(and4nom(rbsb.nom2, "D", "z"));

rbsb documentation built on May 2, 2019, 4:41 p.m.

Related to and4nom in rbsb...