Learn R Programming

quollr (version 1.0.6)

plot_hbe_layouts: Arrange HBE plot and 2-D layouts

Description

This function arranges HBE plot in left and 2-D layouts in right.

Usage

plot_hbe_layouts(plots, design)

Value

A patchwork object.

Arguments

plots

A list of plots which include HBE plot and 2-D layouts.

design

The design of plots need to be arranged.

Examples

Run this code
design <- gen_design(n_right = 4, ncol_right = 2)
plot_hbe_layouts(plots = scurve_plts, design = design)

Run the code above in your browser using DataLab