print8nom: prints the node-variable names

Description Usage Arguments Value Examples

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

Description

prints the node-variable names of x (a 'nom' object)

Usage

1
print8nom(x, ..., what="v", type=0)

Arguments

x

nom object

...

Further arguments to be passed to the print function.

what

what to print ('v'=node:variable names; 'nv'=node[variable] names; 'n' only no

type

type of printing: (0) everything on the same line; (1) a node, a line.

Value

nothing a printing is issued

Examples

1
2
3
 rbsb3k("RESET"); # needed only for R checking, to be forgotten
 print(rbsb.nom2);
 print(rbsb.nom2, what='nv');

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

Related to print8nom in rbsb...