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