af16b5ba |
\name{decorate_column_title}
\alias{decorate_column_title}
\title{
Decorate heatmap column title
}
\description{
Decorate heatmap column title
}
\usage{
|
d240a4c0 |
decorate_column_title(..., envir = new.env(parent = parent.frame()))
|
af16b5ba |
}
\arguments{
\item{...}{pass to \code{\link{decorate_title}}}
|
d240a4c0 |
\item{envir}{where to look for variables inside \code{code}}
|
af16b5ba |
}
\details{
|
12e85497 |
This is a helper function which pre-defined \code{which} argument in \code{\link{decorate_title}}.
}
\value{
The function returns no value.
}
\author{
Zuguang Gu <z.gu@dkfz.de>
}
\examples{
# No example for this function
NULL
|
af16b5ba |
}
|