d1da987e |
\name{component_height-HeatmapList-method}
\alias{component_height,HeatmapList-method}
\title{
|
6f1307c6 |
Height of each heatmap list component
|
d1da987e |
}
\description{
|
6f1307c6 |
Height of each heatmap list component
|
d1da987e |
}
\usage{
|
ba8a5070 |
\S4method{component_height}{HeatmapList}(object, k = 1:7)
}
|
d1da987e |
\arguments{
\item{object}{a \code{\link{HeatmapList-class}} object.}
\item{k}{which component in the heatmap list, see \code{\link{HeatmapList-class}}.}
|
ba8a5070 |
|
d1da987e |
}
\value{
|
6f1307c6 |
A \code{\link[grid]{unit}} object
|
d1da987e |
}
\author{
|
6f1307c6 |
Zuguang Gu <z.gu@dkfz.de>
|
d1da987e |
}
\examples{
|
f597719b |
# no example for this internal method
|
ba8a5070 |
|
f597719b |
}
|