1 | 1 |
deleted file mode 100644 |
... | ... |
@@ -1,31 +0,0 @@ |
1 |
-\name{decorate_column_title} |
|
2 |
-\alias{decorate_column_title} |
|
3 |
-\title{ |
|
4 |
-Decorate Heatmap Column Titles |
|
5 |
-} |
|
6 |
-\description{ |
|
7 |
-Decorate Heatmap Column Titles |
|
8 |
-} |
|
9 |
-\usage{ |
|
10 |
-decorate_column_title(..., envir = new.env(parent = parent.frame())) |
|
11 |
-} |
|
12 |
-\arguments{ |
|
13 |
- |
|
14 |
- \item{...}{Pass to \code{\link{decorate_title}}.} |
|
15 |
- \item{envir}{Where to look for variables inside \code{code}.} |
|
16 |
- |
|
17 |
-} |
|
18 |
-\details{ |
|
19 |
-This is a helper function which pre-defined \code{which} argument in \code{\link{decorate_title}}. |
|
20 |
-} |
|
21 |
-\value{ |
|
22 |
-The function returns no value. |
|
23 |
-} |
|
24 |
-\author{ |
|
25 |
-Zuguang Gu <z.gu@dkfz.de> |
|
26 |
-} |
|
27 |
-\examples{ |
|
28 |
-# There is no example |
|
29 |
-NULL |
|
30 |
- |
|
31 |
-} |
... | ... |
@@ -1,18 +1,18 @@ |
1 | 1 |
\name{decorate_column_title} |
2 | 2 |
\alias{decorate_column_title} |
3 | 3 |
\title{ |
4 |
-Decorate heatmap column title |
|
4 |
+Decorate Heatmap Column Titles |
|
5 | 5 |
} |
6 | 6 |
\description{ |
7 |
-Decorate heatmap column title |
|
7 |
+Decorate Heatmap Column Titles |
|
8 | 8 |
} |
9 | 9 |
\usage{ |
10 | 10 |
decorate_column_title(..., envir = new.env(parent = parent.frame())) |
11 | 11 |
} |
12 | 12 |
\arguments{ |
13 | 13 |
|
14 |
- \item{...}{pass to \code{\link{decorate_title}}} |
|
15 |
- \item{envir}{where to look for variables inside \code{code}} |
|
14 |
+ \item{...}{Pass to \code{\link{decorate_title}}.} |
|
15 |
+ \item{envir}{Where to look for variables inside \code{code}.} |
|
16 | 16 |
|
17 | 17 |
} |
18 | 18 |
\details{ |
... | ... |
@@ -25,6 +25,7 @@ The function returns no value. |
25 | 25 |
Zuguang Gu <z.gu@dkfz.de> |
26 | 26 |
} |
27 | 27 |
\examples{ |
28 |
-# No example for this function |
|
28 |
+# There is no example |
|
29 | 29 |
NULL |
30 |
+ |
|
30 | 31 |
} |
... | ... |
@@ -7,11 +7,12 @@ Decorate heatmap column title |
7 | 7 |
Decorate heatmap column title |
8 | 8 |
} |
9 | 9 |
\usage{ |
10 |
-decorate_column_title(...) |
|
10 |
+decorate_column_title(..., envir = new.env(parent = parent.frame())) |
|
11 | 11 |
} |
12 | 12 |
\arguments{ |
13 | 13 |
|
14 | 14 |
\item{...}{pass to \code{\link{decorate_title}}} |
15 |
+ \item{envir}{where to look for variables inside \code{code}} |
|
15 | 16 |
|
16 | 17 |
} |
17 | 18 |
\details{ |
git-svn-id: https://hedgehog.fhcrc.org/bioconductor/trunk/madman/Rpacks/ComplexHeatmap@108253 bc3139a8-67e5-0310-9ffc-ced21a209358
git-svn-id: https://hedgehog.fhcrc.org/bioconductor/trunk/madman/Rpacks/ComplexHeatmap@108131 bc3139a8-67e5-0310-9ffc-ced21a209358
... | ... |
@@ -15,5 +15,15 @@ decorate_column_title(...) |
15 | 15 |
|
16 | 16 |
} |
17 | 17 |
\details{ |
18 |
-This is a wrapper function which pre-defined \code{which} argument in \code{\link{decorate_title}}. |
|
18 |
+This is a helper function which pre-defined \code{which} argument in \code{\link{decorate_title}}. |
|
19 |
+} |
|
20 |
+\value{ |
|
21 |
+The function returns no value. |
|
22 |
+} |
|
23 |
+\author{ |
|
24 |
+Zuguang Gu <z.gu@dkfz.de> |
|
25 |
+} |
|
26 |
+\examples{ |
|
27 |
+# No example for this function |
|
28 |
+NULL |
|
19 | 29 |
} |
Commit id: d7c51d4bf4c77efd4d0fd3a5ccdce1da6aa727b4
add wrapper function decorate_*
git-svn-id: https://hedgehog.fhcrc.org/bioconductor/trunk/madman/Rpacks/ComplexHeatmap@107432 bc3139a8-67e5-0310-9ffc-ced21a209358
1 | 1 |
new file mode 100644 |
... | ... |
@@ -0,0 +1,19 @@ |
1 |
+\name{decorate_column_title} |
|
2 |
+\alias{decorate_column_title} |
|
3 |
+\title{ |
|
4 |
+Decorate heatmap column title |
|
5 |
+} |
|
6 |
+\description{ |
|
7 |
+Decorate heatmap column title |
|
8 |
+} |
|
9 |
+\usage{ |
|
10 |
+decorate_column_title(...) |
|
11 |
+} |
|
12 |
+\arguments{ |
|
13 |
+ |
|
14 |
+ \item{...}{pass to \code{\link{decorate_title}}} |
|
15 |
+ |
|
16 |
+} |
|
17 |
+\details{ |
|
18 |
+This is a wrapper function which pre-defined \code{which} argument in \code{\link{decorate_title}}. |
|
19 |
+} |