arc2pam: constructs the object pam from the object arc

Description Usage Arguments Value Examples

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

Description

(ba) exploring the matrix arc@fle, returns a binary matrix with rows associated to each node giving their children. 0 means that this column is not a children as a pam object.

Usage

1
arc2pam(arc)

Arguments

arc

The arc object

Value

the pam object

Examples

1
2
3
 g4n3k("RESET"); # needed only for R checking, to be forgotten
 print(g4n.arc0);
 print(arc2pam(g4n.arc0));

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

Related to arc2pam in g4n...