atree | R Documentation |
A simple, bifurcating tree for use in util examples
atree
phylo
# Here is the code used to generate this tree
require(ape)
set.seed(42)
atree <- ape::rtree(10)
atree$tip.label <- paste0("t", 1:nleafs(atree))
atree$node.label <- paste0("n", 1:atree$Nnode + nleafs(atree))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.