nom2nom: transform a /nom/.

Description Usage Arguments Details Value Examples

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

Description

Reduces a /nom/ to its node.

Usage

1
nom2nom(nom, what="n")

Arguments

nom

The nom object to be transformed.

what

character(1) indicating the kind of transformation. n for removing all the the possible variables, leaving only the nodes.

Details

For the moment, this is the only possiblility; further on more ideas can occur.

Value

The resulting nom.

Examples

1
2
 rbsb3k("RESET"); # needed only for R checking, to be forgotten
 print(nom2nom(rbsb.nom7));

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

Related to nom2nom in rbsb...