File: show-ColorMapping-method.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 (27 lines) | stat: -rw-r--r-- 395 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
\name{show-ColorMapping-method}
\alias{show,ColorMapping-method}
\title{
Print the ColorMapping Object
}
\description{
Print the ColorMapping Object
}
\usage{
\S4method{show}{ColorMapping}(object)
}
\arguments{

  \item{object}{A \code{\link{ColorMapping-class}} object.}

}
\value{
This function returns no value.
}
\author{
Zuguang Gu <z.gu@dkfz.de>
}
\examples{
# There is no example
NULL

}