get.tip.descs | R Documentation |
Obtain the tips that define each node in a tree
get.tip.descs(tree)
tree |
an object of class "Phylo". |
A list of vectors, with one entry for each node consisting of the tip labels that define that node.
t = TreeSim::sim.bd.taxa(10, 1, 0.1, 0.05)[[1]] get.tip.descs(t)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.