rb_blank_panel: Build an informative empty panel

View source: R/utils-reaborn.R

rb_blank_panelR Documentation

Build an informative empty panel

Description

Returns a blank ggplot panel with a centered message, used in place of a real plot when there are too few valid samples to draw one.

Usage

rb_blank_panel(message, title = NULL, msg_color = "red", xlab = "", ylab = "")

Arguments

message

The message to display in the middle of the panel

title

Optional panel title

msg_color

Colour of the message text (default "red")

xlab, ylab

Axis labels (default empty)

Value

A ggplot object


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