getSpeciesNumber | R Documentation |
Compute the number of different species on a tree that possibly has replicates coded as tips with zero length branches.
getSpeciesNumber(phy, tol = .Machine$double.eps^(1/2))
phy |
a phylogentic tree, with possible replicates coded as tips with zero length branches. |
tol |
a numeric value giving the tolerance to consider a branch length significantly greater than zero. |
the number of different species in the tree
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.