d1da987e | \name{set_component_height-Heatmap-method} \alias{set_component_height,Heatmap-method} |
c94e524a | \alias{set_component_height} |
d1da987e | \title{ |
ad35494a | Set Height of Heatmap Component |
d1da987e | } \description{ |
ad35494a | Set Height of Heatmap Component |
d1da987e | } \usage{ |
ba8a5070 | \S4method{set_component_height}{Heatmap}(object, k, v) } |
d1da987e | \arguments{ |
ad35494a | \item{object}{A \code{\link{Heatmap-class}} object.} \item{k}{Which column component? The value should a numeric index or the name of the corresponding column component. See **Detials**.} \item{v}{Height of the component, a \code{\link[grid]{unit}} object.} |
ba8a5070 | |
d1da987e | } \details{ |
ad35494a | All column components are: \code{column_title_top}, \code{column_dend_top}, \code{column_names_top}, \code{column_anno_top}, \code{heatmap_body}, \code{column_anno_bottom}, \code{column_names_bottom}, \code{column_dend_bottom}, \code{column_title_bottom}. |
6f1307c6 | This function is only for internal use. |
d1da987e | } \value{ |
ad35494a | The \code{\link{Heatmap-class}} object. |
d1da987e | } \author{ |
6f1307c6 | Zuguang Gu <z.gu@dkfz.de> |
d1da987e | } \examples{ |
ad35494a | # There is no example |
f597719b | NULL |
c94e524a | |
f597719b | } |