Rdocumentation
powered by
Learn R Programming
admixturegraph (version 1.0.2)
agraph_children: Build the child incidene matrix from an parent edge list.
Description
Build the child incidene matrix from an parent edge list.
Usage
agraph_children(nodes, parent_edges)
Arguments
nodes
Nodes in the admxture graph.
parent_edges
An $n x 2$ matrix where the first column is the child node and the second is the parent.
Value
An incidence matrix for the child structure of an admixture graph.
See Also
agraph_parents