print8alk: prints the node-variable names

Description Usage Arguments Value Examples

Description

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

Usage

1
print8alk(x, ..., retrait=4, proba=FALSE)

Arguments

x

nom object

...

Further arguments to be passed to the print function.

retrait

number of spaces for indentation.

proba

Must the probability table be printed? (only for numcat nodes)

Value

nothing a printing is issued

Examples

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
 rebastaba3k("RESET"); # needed only for R checking, to be forgotten
 print(new("alk", ldes=new("des", name="AA"), 
 ltype="normal", 
 lpara=list(mu=0, sigma=1), 
 lrep=0, 
 lnat="conti", 
 lvar="", lparent=character(0), 
 lpod=list(c(-3, 3)), 
 ltransfo=character(0), 
 ldaf=rbsb.daf0, 
 lwin=rebastaba.win0, 
 lcomp=FALSE));

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