... | ... |
@@ -1,5 +1,6 @@ |
1 | 1 |
\name{set_component_height-Heatmap-method} |
2 | 2 |
\alias{set_component_height,Heatmap-method} |
3 |
+\alias{set_component_height} |
|
3 | 4 |
\title{ |
4 | 5 |
Set Height of Heatmap Component |
5 | 6 |
} |
... | ... |
@@ -29,8 +30,8 @@ The \code{\link{Heatmap-class}} object. |
29 | 30 |
\author{ |
30 | 31 |
Zuguang Gu <z.gu@dkfz.de> |
31 | 32 |
} |
32 |
-\alias{set_component_height} |
|
33 | 33 |
\examples{ |
34 | 34 |
# There is no example |
35 | 35 |
NULL |
36 |
+ |
|
36 | 37 |
} |
... | ... |
@@ -1,6 +1,5 @@ |
1 | 1 |
\name{set_component_height-Heatmap-method} |
2 | 2 |
\alias{set_component_height,Heatmap-method} |
3 |
-\alias{set_component_height} |
|
4 | 3 |
\title{ |
5 | 4 |
Set Height of Heatmap Component |
6 | 5 |
} |
... | ... |
@@ -30,8 +29,8 @@ The \code{\link{Heatmap-class}} object. |
30 | 29 |
\author{ |
31 | 30 |
Zuguang Gu <z.gu@dkfz.de> |
32 | 31 |
} |
32 |
+\alias{set_component_height} |
|
33 | 33 |
\examples{ |
34 | 34 |
# There is no example |
35 | 35 |
NULL |
36 |
- |
|
37 | 36 |
} |
... | ... |
@@ -1,5 +1,6 @@ |
1 | 1 |
\name{set_component_height-Heatmap-method} |
2 | 2 |
\alias{set_component_height,Heatmap-method} |
3 |
+\alias{set_component_height} |
|
3 | 4 |
\title{ |
4 | 5 |
Set Height of Heatmap Component |
5 | 6 |
} |
... | ... |
@@ -29,8 +30,8 @@ The \code{\link{Heatmap-class}} object. |
29 | 30 |
\author{ |
30 | 31 |
Zuguang Gu <z.gu@dkfz.de> |
31 | 32 |
} |
32 |
-\alias{set_component_height} |
|
33 | 33 |
\examples{ |
34 | 34 |
# There is no example |
35 | 35 |
NULL |
36 |
+ |
|
36 | 37 |
} |
... | ... |
@@ -1,6 +1,5 @@ |
1 | 1 |
\name{set_component_height-Heatmap-method} |
2 | 2 |
\alias{set_component_height,Heatmap-method} |
3 |
-\alias{set_component_height} |
|
4 | 3 |
\title{ |
5 | 4 |
Set Height of Heatmap Component |
6 | 5 |
} |
... | ... |
@@ -30,8 +29,8 @@ The \code{\link{Heatmap-class}} object. |
30 | 29 |
\author{ |
31 | 30 |
Zuguang Gu <z.gu@dkfz.de> |
32 | 31 |
} |
32 |
+\alias{set_component_height} |
|
33 | 33 |
\examples{ |
34 | 34 |
# There is no example |
35 | 35 |
NULL |
36 |
- |
|
37 | 36 |
} |
... | ... |
@@ -1,5 +1,6 @@ |
1 | 1 |
\name{set_component_height-Heatmap-method} |
2 | 2 |
\alias{set_component_height,Heatmap-method} |
3 |
+\alias{set_component_height} |
|
3 | 4 |
\title{ |
4 | 5 |
Set Height of Heatmap Component |
5 | 6 |
} |
... | ... |
@@ -29,8 +30,8 @@ The \code{\link{Heatmap-class}} object. |
29 | 30 |
\author{ |
30 | 31 |
Zuguang Gu <z.gu@dkfz.de> |
31 | 32 |
} |
32 |
-\alias{set_component_height} |
|
33 | 33 |
\examples{ |
34 | 34 |
# There is no example |
35 | 35 |
NULL |
36 |
+ |
|
36 | 37 |
} |
1 | 1 |
new file mode 100644 |
... | ... |
@@ -0,0 +1,36 @@ |
1 |
+\name{set_component_height-Heatmap-method} |
|
2 |
+\alias{set_component_height,Heatmap-method} |
|
3 |
+\title{ |
|
4 |
+Set Height of Heatmap Component |
|
5 |
+} |
|
6 |
+\description{ |
|
7 |
+Set Height of Heatmap Component |
|
8 |
+} |
|
9 |
+\usage{ |
|
10 |
+\S4method{set_component_height}{Heatmap}(object, k, v) |
|
11 |
+} |
|
12 |
+\arguments{ |
|
13 |
+ |
|
14 |
+ \item{object}{A \code{\link{Heatmap-class}} object.} |
|
15 |
+ \item{k}{Which column component? The value should a numeric index or the name of the corresponding column component. See **Detials**.} |
|
16 |
+ \item{v}{Height of the component, a \code{\link[grid]{unit}} object.} |
|
17 |
+ |
|
18 |
+} |
|
19 |
+\details{ |
|
20 |
+All column components are: \code{column_title_top}, \code{column_dend_top}, \code{column_names_top}, |
|
21 |
+\code{column_anno_top}, \code{heatmap_body}, \code{column_anno_bottom}, \code{column_names_bottom}, |
|
22 |
+\code{column_dend_bottom}, \code{column_title_bottom}. |
|
23 |
+ |
|
24 |
+This function is only for internal use. |
|
25 |
+} |
|
26 |
+\value{ |
|
27 |
+The \code{\link{Heatmap-class}} object. |
|
28 |
+} |
|
29 |
+\author{ |
|
30 |
+Zuguang Gu <z.gu@dkfz.de> |
|
31 |
+} |
|
32 |
+\alias{set_component_height} |
|
33 |
+\examples{ |
|
34 |
+# There is no example |
|
35 |
+NULL |
|
36 |
+} |