Learn R Programming

ggtree (version 1.4.11)

theme_tree: 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

Examples

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

Run the code above in your browser using DataLab