theme_tree: theme_tree

View source: R/theme.R

theme_treeR Documentation

theme_tree

Description

tree theme

Usage

theme_tree(bgcolor = "white", ...)

Arguments

bgcolor

set background color, defaults to "white"

...

additional parameter

Details

'theme_tree' defines a blank background to display tree

Value

updated ggplot object with new theme

Author(s)

Guangchuang Yu

Examples

require(ape)
tr <- rtree(10)
ggtree(tr) + theme_tree()

GuangchuangYu/ggtree documentation built on April 12, 2024, 5:20 a.m.