gen_design {quollr}R Documentation

Generate a design to layout 2-D representations

Description

This function generates a design which can be passed to 'plot_layout()' to arrange 2-D layouts.

Usage

gen_design(n_right, ncol_right = 2)

Arguments

n_right

The number of plots in right side.

ncol_right

The number of columns in right side.

Value

A patchwork area object.

Examples

gen_design(n_right = 8, ncol_right = 2)


[Package quollr version 0.3.7 Index]