add_heatmap-Heatmap-method.Rd
Add Heatmap to the Heatmap List
# S4 method for Heatmap add_heatmap(object, x, direction = c("horizontal", "vertical"))
object | A |
---|---|
x | a |
direction | Whether the heatmap is added horizontal or vertically? |
Normally we directly use +
for horizontal concatenation and %v%
for vertical concatenation.
A HeatmapList-class
object.
# There is no example NULL#> NULL