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