Description Usage Arguments Details Value Examples
(ba) From the parentship matrix, the minimum distance matrix between
every pairs of nodes is computed. [i,j] means from node ith to node
jth. In most cases (especially for non empty dags) the matrix is not
symmetric.
 The distance (not a mathematical distance) is the
minimal number of arcs to follow before reaching the node j starting
from the node i.
1  | mindis8pam(pam)
 | 
pam | 
 The pam matrix to be investigated  | 
-1 are introduced on the diagonal.
The matrix containing the distances
1 2  |  g4n3k("RESET"); # needed only for R checking, to be forgotten
 mindis8pam(g4n.pam1);
 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.