Learn R Programming

treeDA (version 0.0.5)

edgesToChildren: Makes a hash table with nodes and their children

Description

Takes the edge matrix from a phylo-class object and turns it into a list where the entries are nodes and the elements are vectors with the children of the nodes.

Usage

edgesToChildren(edges)

Arguments