read.nexus.to.data.matrix {Rtropical}R Documentation

Read NEXUS-formatted trees from two categories into a data matrix

Description

Read NEXUS-formatted trees from two categories into a data matrix

Usage

read.nexus.to.data.matrix(data.file1, data.file2)

Arguments

data.file1

A data set with trees from one category.

data.file2

A data set with trees from the other category.

Value

A data matrix with the first x rows corresponding the x trees in the first file and the last y rows are the trees from the second file.


[Package Rtropical version 1.2.1 Index]