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
|
\name{show-HeatmapList-method}
\alias{show,HeatmapList-method}
\title{
Draw a list of heatmaps with default parameters
}
\description{
Draw a list of heatmaps with default parameters
}
\usage{
\S4method{show}{HeatmapList}(object)
}
\arguments{
\item{object}{a \code{\link{HeatmapList-class}} object.}
}
\details{
Actually it calls \code{\link{draw,HeatmapList-method}}, but only with default parameters. If users want to customize the heatmap,
they can pass parameters directly to \code{\link{draw,HeatmapList-method}}.
}
\value{
This function returns no value.
}
\examples{
# There is no example
NULL
}
|