File: dend_heights.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 (21 lines) | stat: -rw-r--r-- 295 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
\name{dend_heights}
\alias{dend_heights}
\title{
Height of the Dendrograms
}
\description{
Height of the Dendrograms
}
\usage{
dend_heights(x)
}
\arguments{

  \item{x}{a \code{\link{dendrogram}} object or a list of \code{\link{dendrogram}} objects.}

}
\examples{
# There is no example
NULL

}