Description Usage Arguments Details Value Author(s) Examples
Set Height of Heatmap Component
1 2 | ## S4 method for signature 'Heatmap'
set_component_height(object, k, v)
|
object |
A |
k |
Which column component? The value should a numeric index or the name of the corresponding column component. See **Detials**. |
v |
Height of the component, a |
All column components are: column_title_top, column_dend_top, column_names_top,
column_anno_top, heatmap_body, column_anno_bottom, column_names_bottom,
column_dend_bottom, column_title_bottom.
This function is only for internal use.
The Heatmap-class object.
Zuguang Gu <z.gu@dkfz.de>
1 2 | # There is no example
NULL
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.