theme_tree2 {ggtree}R Documentation

theme_tree2

Description

tree2 theme

Usage

theme_tree2(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_tree2()

[Package ggtree version 1.16.2 Index]