powered by
Layout
Add components to Layout
# S4 method for Layout,ANY +(e1, e2)
A modified Layout object.
A heatmap_layout() or stack_layout() object.
heatmap_layout()
stack_layout()
An object to be added to the plot, including gg elements or align object.
ggheatmap(matrix(rnorm(81), nrow = 9)) + hmanno("t") + ggalign() + geom_point(aes(y = value))
Run the code above in your browser using DataLab