File: height.Heatmap.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 (22 lines) | stat: -rw-r--r-- 348 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
\name{height.Heatmap}
\alias{height.Heatmap}
\title{
Height of the Heatmap
}
\description{
Height of the Heatmap
}
\usage{
\method{height}{Heatmap}(x, ...)
}
\arguments{

  \item{x}{The \code{\link{HeatmapList-class}} object returned by \code{\link{draw,Heatmap-method}}.}
  \item{...}{Other arguments.}

}
\examples{
# There is no example
NULL

}