theme_tree {ggtree}R Documentation

theme_tree

Description

tree theme

Usage

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

Arguments

bgcolor

background color

...

additional parameter

Value

updated ggplot object with new theme

Author(s)

Guangchuang Yu

Examples

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

[Package ggtree version 3.0.4 Index]