Skip to contents

Add components to Layout

Usage

# S4 method for class 'Layout,ANY'
e1 + e2

Arguments

e1

A layout_heatmap() or layout_stack() object.

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))