Commit id: 9d7fc297a370b44dd3bfb12696ed9eac33aed48a
refreshed documentations
git-svn-id: https://hedgehog.fhcrc.org/bioconductor/trunk/madman/Rpacks/ComplexHeatmap@105365 bc3139a8-67e5-0310-9ffc-ced21a209358
... | ... |
@@ -14,6 +14,9 @@ |
14 | 14 |
# Here we use colors to map to the density values and visualize distribution of values |
15 | 15 |
# in each column (or each list element) through a heatmap. |
16 | 16 |
# |
17 |
+# == value |
|
18 |
+# No value is returned. |
|
19 |
+# |
|
17 | 20 |
# == example |
18 | 21 |
# matrix = matrix(rnorm(100), 10); colnames(matrix) = letters[1:10] |
19 | 22 |
# densityHeatmap(matrix) |
... | ... |
@@ -21,6 +21,7 @@ This function is only for internal use. |
21 | 21 |
} |
22 | 22 |
\section{Detials}{ |
23 | 23 |
|
24 |
+ |
|
24 | 25 |
This function is only for internal use.} |
25 | 26 |
\value{ |
26 | 27 |
A \code{\link[grid]{unit}} object. |
... | ... |
@@ -32,6 +33,7 @@ Zuguang Gu <z.gu@dkfz.de> |
32 | 33 |
} |
33 | 34 |
\examples{ |
34 | 35 |
|
36 |
+ |
|
35 | 37 |
# no example for this internal method |
36 | 38 |
|
37 | 39 |
} |
... | ... |
@@ -25,6 +25,10 @@ To visualize distribution of columns in a matrix or in a list, sometimes we use |
25 | 25 |
Here we use colors to map to the density values and visualize distribution of values |
26 | 26 |
in each column (or each list element) through a heatmap. |
27 | 27 |
|
28 |
+} |
|
29 |
+\value{ |
|
30 |
+No value is returned. |
|
31 |
+ |
|
28 | 32 |
} |
29 | 33 |
\examples{ |
30 | 34 |
matrix = matrix(rnorm(100), 10); colnames(matrix) = letters[1:10] |