rb_print: Print one or more 'ggplot' panels to the active device

View source: R/utils-reaborn.R

rb_printR Documentation

Print one or more ggplot panels to the active device

Description

A single ggplot is printed as-is; a list of panels is combined into a single row with patchwork and printed, optionally with a bold, centered overall title.

Usage

rb_print(plots, title = NULL, nrow = 1)

Arguments

plots

A ggplot object, or a list of ggplot objects

title

Optional overall title (used only for a list of panels)

nrow

Number of rows when combining a list (default 1)

Value

Invisibly NULL; called for the side effect of drawing


eyeris documentation built on Aug. 1, 2026, 1:07 a.m.