gen_design: Generate a design to layout 2-D representations

View source: R/prediction.R

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


quollr documentation built on Aug. 8, 2025, 6:08 p.m.