read.tree.to.data.matrix {Rtropical} | R Documentation |
Read Newick-formatted trees in two categories into a data matrix
Description
Read Newick-formatted trees in two categories into a data matrix
Usage
read.tree.to.data.matrix(data.file1, data.file2)
Arguments
data.file1 |
A file containing trees in Newick form in a category. |
data.file2 |
A file containing trees in Newick form in an assumed different category. |
Value
read.tree.to.data.matrix
has the same return as read.nexus.to.data.matrix
.
[Package Rtropical version 1.2.1 Index]