open_tree | R Documentation |
transform a tree in either rectangular or circular layout into the fan layout that opens with a specific angle
open_tree(treeview, angle)
treeview |
tree view in rectangular/circular layout |
angle |
open the tree at a specific angle |
updated tree view
Guangchuang Yu
tree <- rtree(15)
p <- ggtree(tree) + geom_tiplab()
open_tree(p, 180)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.