print8links: prints the interpretation of some links of a bn

Description Usage Arguments Details Value Examples

Description

(bn) This function prints how rebastaba will interpret the links of a bn object.

Usage

1
print8links(bn, quoi="dl", qui=rbsb.cha0)

Arguments

bn

The bn object.

quoi

d for description, l for link.

qui

The nodes which must be considered for the printing. The default implies all nodes, if not either a character vector providing the nodes or a numeric vector with the iin (internal numbers of them). The order of printing the nodes is always the natural order because nv2ion sorts t

Details

Just a loop over the designated links and printing each

Value

nothing but a print is performed

Examples

1
2
 rebastaba3k("RESET"); # (only for R checking)
 print8links(rebastaba.bn1);

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