File: row_anno_points.Rd

package info (click to toggle)
r-bioc-complexheatmap 2.14.0%2Bdfsg-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 3,632 kB
  • sloc: makefile: 5
file content (29 lines) | stat: -rw-r--r-- 524 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
\name{row_anno_points}
\alias{row_anno_points}
\title{
Points as Row Annotation
}
\description{
Points as Row Annotation
}
\usage{
row_anno_points(...)
}
\arguments{

  \item{...}{pass to \code{\link{anno_points}}.}

}
\details{
A wrapper of \code{\link{anno_points}} with pre-defined \code{which} to \code{row}.

You can directly use \code{\link{anno_points}} for row annotation if you call it in \code{\link{rowAnnotation}}.
}
\value{
See help page of \code{\link{anno_points}}.
}
\examples{
# There is no example
NULL

}