Description Usage Arguments Value Examples
Function for converting a phylo object to an igraph.
1 | phylo2igraph(phy)
|
phy |
A phylo object with labeled tips <phylo>. |
An igraph object.
1 2 | phy <- ape::rtree(10, tip.label = c(1:10))
gg <- phylo2igraph(phy)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.