1 | 1 |
new file mode 100644 |
... | ... |
@@ -0,0 +1,28 @@ |
1 |
+\name{row_anno_text} |
|
2 |
+\alias{row_anno_text} |
|
3 |
+\title{ |
|
4 |
+Text as Row Annotation |
|
5 |
+} |
|
6 |
+\description{ |
|
7 |
+Text as Row Annotation |
|
8 |
+} |
|
9 |
+\usage{ |
|
10 |
+row_anno_text(...) |
|
11 |
+} |
|
12 |
+\arguments{ |
|
13 |
+ |
|
14 |
+ \item{...}{pass to \code{\link{anno_text}}.} |
|
15 |
+ |
|
16 |
+} |
|
17 |
+\details{ |
|
18 |
+A wrapper of \code{\link{anno_text}} with pre-defined \code{which} to \code{row}. |
|
19 |
+ |
|
20 |
+You can directly use \code{\link{anno_text}} for row annotation if you call it in \code{\link{rowAnnotation}}. |
|
21 |
+} |
|
22 |
+\value{ |
|
23 |
+See help page of \code{\link{anno_text}}. |
|
24 |
+} |
|
25 |
+\examples{ |
|
26 |
+# There is no example |
|
27 |
+NULL |
|
28 |
+} |