tree6 | R Documentation |
Example of phylogenetic tree containing 6 species
data(tree6)
The format is: List of 4 $ edge : int [1:10, 1:2] 7 8 9 9 8 10 10 7 11 11 ... $ Nnode : int 5 $ tip.label : chr [1:6] "taxon_1" "taxon_2" "taxon_4" "taxon_3" ... $ edge.length: num [1:10] 1 1 1 1 1 1 1 1 2 2 - attr(*, "class")= chr "phylo"
data(tree6)
plot(tree6)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.