Description Usage Arguments Value Examples
(bn) Some of the nodes of a bn are removed. A condition is that no orphans must be generated.
1 | rnd4bn(bn, ion)
|
bn |
The bn object to which some nodes will be removed. |
ion |
The nodes to remove, designated by their internal numbers or names. |
The modified bn
1 2 3 | rebastaba3k("RESET"); # (only for R checking)
print(rnd4bn(rebastaba.bn1, 3));
print(rnd4bn(rebastaba.bn1, 2:3));
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.