File: AdditiveUnit-class.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 (19 lines) | stat: -rw-r--r-- 526 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
\name{AdditiveUnit-class}
\docType{class}
\alias{AdditiveUnit-class}
\title{
Class for Concatenating Heatmaps and Annotations
}
\description{
Class for Concatenating Heatmaps and Annotations
}
\details{
This class is a super class for \code{\link{Heatmap-class}}, \code{\link{HeatmapList-class}} and
\code{\link{HeatmapAnnotation-class}} classes. It is only designed for \code{+} generic
method and the \code{\%v\%v} method so that above three classes can be appended to each other.
}
\examples{
# There is no example
NULL

}