Description Usage Arguments Details Value Examples
(bn) From a bn/gn structure and a subset of nodes, the set of nodes
is partitioned into four exclusive classes:
(i) the targetted
subset ["nod"],
(ii) their direct parents (excluding all of them)
["par"/"chi"],
(iii) their other ascendance ["asc"/"des"],
(iv)
the remaining nodes ["nas"/"nde"].
Of course, some of the classes
can be empty. The partition can be established for the descendance.
1 |
bgn |
The original bn or gn. |
ion |
The definition of targetted subset of nodes (iin or name vector). It is checked that it is a subset. |
asc |
Must the partition be done for ascendance (TRUE) or descendance (FALSE). |
No check is done about bgn
validity
a list of named numeric vectors with the names of the corresponding nodes. The list names are given in the description field between squared brackets.
1 2 3 4 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.