1 | 1 |
new file mode 100644 |
... | ... |
@@ -0,0 +1,26 @@ |
1 |
+\name{width<-.HeatmapAnnotation} |
|
2 |
+\alias{width<-.HeatmapAnnotation} |
|
3 |
+\alias{widthAssign.HeatmapAnnotation} |
|
4 |
+\title{ |
|
5 |
+Assign the Width to the HeatmapAnnotation Object |
|
6 |
+} |
|
7 |
+\description{ |
|
8 |
+Assign the Width to the HeatmapAnnotation Object |
|
9 |
+} |
|
10 |
+\usage{ |
|
11 |
+\method{width}{HeatmapAnnotation}(x, ...) <- value |
|
12 |
+} |
|
13 |
+\arguments{ |
|
14 |
+ |
|
15 |
+ \item{x}{The \code{\link{HeatmapAnnotation-class}} object.} |
|
16 |
+ \item{value}{A \code{\link[grid]{unit}} object.} |
|
17 |
+ \item{...}{Other arguments.} |
|
18 |
+ |
|
19 |
+} |
|
20 |
+\details{ |
|
21 |
+Internally used. |
|
22 |
+} |
|
23 |
+\examples{ |
|
24 |
+# There is no example |
|
25 |
+NULL |
|
26 |
+} |