theme_tree2 {ggtree} | R Documentation |
tree2 theme
theme_tree2(bgcolor = "white", fgcolor = "black", ...)
bgcolor |
background color |
fgcolor |
foreground color |
... |
additional parameter |
updated ggplot object with new theme
Guangchuang Yu
require(ape) tr <- rtree(10) ggtree(tr) + theme_tree2()