File: set_component_width-Heatmap-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 (36 lines) | stat: -rw-r--r-- 948 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
29
30
31
32
33
34
35
36
\name{set_component_width-Heatmap-method}
\alias{set_component_width,Heatmap-method}
\alias{set_component_width}
\title{
Set Width of Heatmap Component
}
\description{
Set Width of Heatmap Component
}
\usage{
\S4method{set_component_width}{Heatmap}(object, k, v)
}
\arguments{

  \item{object}{A \code{\link{Heatmap-class}} object.}
  \item{k}{Which row component? The value should a numeric index or the name of the corresponding row component. See **Detials**.}
  \item{v}{width of the component, a \code{\link[grid]{unit}} object.}

}
\details{
All row components are: \code{row_title_left}, \code{row_dend_left}, \code{row_names_left}, \code{row_anno_left},
\code{heatmap_body}, \code{row_anno_right}, \code{row_names_right}, \code{row_dend_right}, \code{row_title_right}.

This function is only for internal use.
}
\value{
The \code{\link{Heatmap-class}} object.
}
\author{
Zuguang Gu <z.gu@dkfz.de>
}
\examples{
# There is no example
NULL

}