rotate {ggtree} | R Documentation |
rotate 180 degree of a selected branch
rotate(tree_view = NULL, node)
tree_view |
tree view (i.e. the ggtree object). If tree_view is NULL, the last ggplot will be used. |
node |
internal node number to specify a clade. If NULL, using the whole tree |
ggplot2 object
Guangchuang Yu