PHYLO | R Documentation |
A rooted phylogenetic tree with branch lengths. Tip names must math those in PAM's columns
data("PHYLO")
The format is: List of 4 $ edge : int [1:84, 1:2] 44 45 46 47 48 49 50 50 51 52 ... $ edge.length: num [1:84] 26.2 81.9 32.6 26.7 100.1 ... $ Nnode : int 42 $ tip.label : chr [1:43] "Specis_43" "Specis_28" "Specis_26" "Specis_27" ... - attr(*, "class")= chr "phylo" - attr(*, "order")= chr "cladewise"
data(PHYLO)
## maybe str(PHYLO) ; plot(PHYLO) ...
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.