theme_tree | R Documentation |
tree theme
theme_tree(bgcolor = "white", ...)
bgcolor |
set background color, defaults to "white" |
... |
additional parameter |
'theme_tree' defines a blank background to display tree
updated ggplot object with new theme
Guangchuang Yu
require(ape)
tr <- rtree(10)
ggtree(tr) + theme_tree()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.