theme_tree {ggtree}R Documentation

theme_tree

Description

tree theme

Usage

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

Arguments

bgcolor

background color

fgcolor

foreground color

...

additional parameter

Value

updated ggplot object with new theme

Author(s)

Yu Guangchuang

Examples

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

[Package ggtree version 1.16.2 Index]