Learn R Programming

quollr (version 0.3.7)

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

Value

A patchwork area object.

Arguments

n_right

The number of plots in right side.

ncol_right

The number of columns in right side.

Examples

Run this code
gen_design(n_right = 8, ncol_right = 2)

Run the code above in your browser using DataLab