1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31
|
\name{decorate_row_dend}
\alias{decorate_row_dend}
\title{
Decorate Heatmap Row Dendrograms
}
\description{
Decorate Heatmap Row Dendrograms
}
\usage{
decorate_row_dend(..., envir = new.env(parent = parent.frame()))
}
\arguments{
\item{...}{Pass to \code{\link{decorate_dend}}.}
\item{envir}{Where to look for variables inside \code{code}?}
}
\details{
This is a helper function which pre-defined \code{which} argument in \code{\link{decorate_dend}}.
}
\value{
The function returns no value.
}
\author{
Zuguang Gu <z.gu@dkfz.de>
}
\examples{
# There is no example
NULL
}
|