rotate_tree | R Documentation |
rotate circular tree in a certain angle
rotate_tree(treeview, angle)
treeview |
tree view in circular layout |
angle |
the angle of rotation |
updated tree view
Guangchuang Yu
tree <- rtree(15)
p <- ggtree(tree) + geom_tiplab()
p2 <- open_tree(p, 180)
rotate_tree(p2, 180)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.