code4bn: builds the code for the nk-th node of a /bn/.

Description Usage Arguments Value Examples

Description

(bn) When bugs=FALSE this function completes the @nfug component for the nk-th given node. When bugs=TRUE, the result is the bugs code which has a similar structure.

Usage

1
code4bn(bn, nk, bugs=FALSE)

Arguments

bn

The bn

nk

node ('nk') for which the code must be calculated.

bugs

when TRUE computes bugs code.

Value

The resulting bn completed or when bugs the bugs code as a character vector.

Examples

1
2
3
 rebastaba3k("RESET"); # (only for R checking)
 uu <- code4bn(rebastaba.bn2, 1);
 print(uu, quoi="g", qui=1);

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

Related to code4bn in rebastaba...