rm8nd4adja {rbmn} | R Documentation |
removes somes nodes from an adjacency matrix
Description
Eliminates from the adjacency matrix (adja
)all nodes
not breaking the existing links.
Important: the node order in
adja
must be topological.
Usage
rm8nd4adja(adja, nodes)
Arguments
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. |
Details
When a node is removed, all its parents become parent of its children.
Value
The reduced adjacency matrix.
Examples
rm8nd4adja(rbmn0adja.04, "1.1");
[Package rbmn version 0.9-6 Index]