layout-add {ggalign} | R Documentation |
Layout
Add components to Layout
## S4 method for signature 'Layout,ANY'
e1 + e2
e1 |
A |
e2 |
An object to be added to the plot, including gg elements or align object. |
A modified Layout
object.
ggheatmap(matrix(rnorm(81), nrow = 9)) +
hmanno("t") +
ggalign() +
geom_point(aes(y = value))