d1da987e |
\name{draw_heatmap_legend-HeatmapList-method}
\alias{draw_heatmap_legend,HeatmapList-method}
\alias{draw_heatmap_legend}
\title{
|
6f1307c6 |
Draw legends for all heatmaps
|
d1da987e |
}
\description{
|
6f1307c6 |
Draw legends for all heatmaps
|
d1da987e |
}
\usage{
|
ba8a5070 |
\S4method{draw_heatmap_legend}{HeatmapList}(object, legend_list = list(), ...)
}
|
d1da987e |
\arguments{
\item{object}{a \code{\link{HeatmapList-class}} object}
|
84036f2a |
\item{legend_list}{a list of self-defined legend, should be wrapped into \code{\link[grid]{grob}} objects.}
|
d1da987e |
\item{...}{graphic parameters passed to \code{\link{color_mapping_legend,ColorMapping-method}}.}
|
ba8a5070 |
|
d1da987e |
}
\details{
|
6f1307c6 |
A viewport is created which contains heatmap legends.
|
7ab3fd24 |
|
6f1307c6 |
This function is only for internal use.
|
d1da987e |
}
\value{
|
6f1307c6 |
This function returns no value.
|
d1da987e |
}
\author{
|
6f1307c6 |
Zuguang Gu <z.gu@dkfz.de>
|
d1da987e |
}
\examples{
# no example for this internal method
|
f597719b |
NULL
|
ba8a5070 |
|
f597719b |
}
|