Learn R Programming

TreeSearch (version 0.2.2)

MatrixToList: Edge matrix to edge list

Description

Edge matrix to edge list

Usage

MatrixToList(edge)

Arguments

edge

edges in the matrix format used by tree$edge, where tree is a tree of class phylo

Value

tree edges in the format list(parent, child).