Description Usage Arguments Value Examples
View source: R/as.matrix.multiPhylo.R
Unifies tip labels of all phylogenetic trees in multiPhylo
object the same as the first tree and returns the
cophenetic distance of their corresponding chronogram.
1 2 |
x |
an object of class |
tipOrder |
a numeric vector of order of leaf names to which all trees
in the |
parallel |
a logical value indicating if parallel computing should be used. (default: FALSE) |
ncores |
a numeric value indicating the number of threads utilized for multi-cored CPUs. (default: 2) |
... |
Not used. Other arguments to as.vector |
A data matrix with each row a vector representation of a chronogram. Each element of the vector is the distance between two leaves.
1 2 | data(apicomplexa)
data <- as.matrix(apicomplexa[1: 10]) # matrixize first ten trees
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.