View source: R/as.matrix.multiPhylo.R
as.matrix.multiPhylo | R Documentation |
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.
## S3 method for class 'multiPhylo' as.matrix(x, tipOrder = x[[1]]$tip.label, parallel = FALSE, ncores = 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.
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.