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
|
\name{heightAssign.HeatmapAnnotation}
\alias{heightAssign.HeatmapAnnotation}
\alias{height<-.HeatmapAnnotation}
\title{
Assign the Height to the HeatmapAnnotation Object
}
\description{
Assign the Height to the HeatmapAnnotation Object
}
\usage{
\method{height}{HeatmapAnnotation}(x, ...) <- value
}
\arguments{
\item{x}{The \code{\link{HeatmapAnnotation-class}} object.}
\item{value}{A \code{\link[grid]{unit}} object.}
\item{...}{Other arguments.}
}
\details{
Internally used.
}
\examples{
# There is no example
NULL
}
|