f504595a |
\name{widthAssign.HeatmapAnnotation}
|
249fdfa0 |
\alias{widthAssign.HeatmapAnnotation}
|
f504595a |
\alias{width<-.HeatmapAnnotation}
|
ad35494a |
\title{
|
1a56796e |
Assign the Width to the HeatmapAnnotation Object
|
ad35494a |
}
\description{
|
1a56796e |
Assign the Width to the HeatmapAnnotation Object
|
ad35494a |
}
\usage{
\method{width}{HeatmapAnnotation}(x, ...) <- value
}
\arguments{
|
1a56796e |
\item{x}{The \code{\link{HeatmapAnnotation-class}} object.}
\item{value}{A \code{\link[grid]{unit}} object.}
\item{...}{Other arguments.}
|
ad35494a |
|
3c40a7c1 |
}
\details{
Internally used.
|
ad35494a |
}
\examples{
# There is no example
NULL
|
c94e524a |
|
ad35494a |
}
|