6c9cd355 |
% Generated by roxygen2: do not edit by hand
|
af18d052 |
% Please edit documentation in R/theme.R
|
0c8aaf33 |
\name{theme_tree2}
\alias{theme_tree2}
\title{theme_tree2}
\usage{
|
94bf49f9 |
theme_tree2(bgcolor = "white", fgcolor = "black", ...)
|
0c8aaf33 |
}
\arguments{
\item{bgcolor}{background color}
\item{fgcolor}{foreground color}
|
94bf49f9 |
\item{...}{additional parameter}
|
0c8aaf33 |
}
\value{
updated ggplot object with new theme
}
\description{
tree2 theme
}
\examples{
require(ape)
tr <- rtree(10)
ggtree(tr) + theme_tree2()
}
\author{
Yu Guangchuang
}
|