explore8pam: finds different characteristics of relations between nodes

Description Usage Arguments Value Examples

View source: R/f0.g4n1.code.r

Description

(ba) exploring the parentship matrix 'pam', returns a list of different nodesxnodes matrices giving standard characteristics of the relationship between them.
The calculation is done with iin order and the result is proposed in iin order. The relation are: (i) the indication of the relation (-1=row is descendant, 0= none, 1= row is ascendant), (ii) the minimum number of arcs to join row and column (0 means no) (iii) the maximum number of arcs to join row and column (0 means no) (iv) the number of different paths joining row and column

Usage

1
explore8pam(pam, iir=bc(nrow(pam@rlt)), jjc=iir)

Arguments

pam

The pam object

iir

the subset of nodes to be considered as starting nodes. They will be en rows of the resulting matrices.

jjc

the subset of nodes to be considered as ending nodes. They will be in columns of the resulting matrices.

Value

a list gathering two lists \$des: a list of descriptions explaining what is computed in the differents matrices \$rel: the list of the computed matrices

Examples

1
2
 g4n3k("RESET"); # needed only for R checking, to be forgotten
 explore8pam(g4n.pam1);

g4n documentation built on May 2, 2019, 5:47 p.m.

Related to explore8pam in g4n...