Description Usage Arguments Value Examples
View source: R/attachment.times.R
Fetch descendant lineages in a symmetric tree
| 1 | fetch.descendants(edge, tree, return.edge.labels = F)
 | 
| edge | Edge label. | 
| tree | Phylo object. | 
| return.edge.labels | If TRUE return all descendant edge labels instead of tips. | 
Vector of symmetric descendants
| 1 2 3 | t = ape::rtree(6)
fetch.descendants(7,t)
fetch.descendants(7,t,return.edge.labels=TRUE)
 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.