View source: R/summaryStatistics.R
getChildLeftRight | R Documentation |
The left children is the node the further from the root, the right children is the closest to the root. If node is a tip returns NA.
getChildLeftRight(phylo, i)
phylo |
phylogeny (ape format) |
i |
node index |
list
$left
: node left child
$right
: node right child
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.