File: component_height-HeatmapList-method.Rd

package info (click to toggle)
r-bioc-complexheatmap 2.14.0%2Bdfsg-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 3,632 kB
  • sloc: makefile: 5
file content (28 lines) | stat: -rw-r--r-- 605 bytes parent folder | download | duplicates (3)
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
\name{component_height-HeatmapList-method}
\alias{component_height,HeatmapList-method}
\title{
Height of Heatmap List Components
}
\description{
Height of Heatmap List Components
}
\usage{
\S4method{component_height}{HeatmapList}(object, k = HEATMAP_LIST_LAYOUT_COLUMN_COMPONENT)
}
\arguments{

  \item{object}{A \code{\link{HeatmapList-class}} object.}
  \item{k}{Which component in the heatmap list. Values are in \code{ComplexHeatmap:::HEATMAP_LIST_LAYOUT_COLUMN_COMPONENT}.}

}
\value{
A \code{\link[grid]{unit}} object.
}
\author{
Zuguang Gu <z.gu@dkfz.de>
}
\examples{
# There is no example
NULL

}