View source: R/f05.nbnma.code.r
rm8nd4adja | R Documentation |
Eliminates from the adjacency matrix (adja
)all nodes
not breaking the existing links.
Important: the node order in
adja
must be topological.
rm8nd4adja(adja, nodes)
adja |
The relation matrix to be consider (same format as those
provided by the function |
nodes |
Numeric or character vector providing the node numbers to use for the generation of the subset. |
When a node is removed, all its parents become parent of its children.
The reduced adjacency matrix.
rm8nd4adja(rbmn0adja.04, "1.1");
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.