makeL | R Documentation |
This function produces a n * m
matrix, where n=number of
tips and m=number of branches (i.e. n + number of nodes). Each row
represents the branch lengths aligned along a root-to-tip path.
makeL(tree)
tree |
a phylogenetic tree. The tree needs not to be ultrametric and fully dichotomous. |
The function returns a n * m
matrix of branch lengths for all
root-to-tip paths in the tree (one per species).
Pasquale Raia, Silvia Castiglione, Carmela Serio, Alessandro Mondanaro, Marina Melchionna, Mirko Di Febbraro, Antonio Profico, Francesco Carotenuto
data("DataApes")
DataApes$Tstage->Tstage
makeL(tree=Tstage)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.