Skip to contents

This function creates a blank ggplot2 plot with no data or aesthetics. It can be used as a placeholder or to customize axes and labels without displaying any data points.

Usage

blank_plot(message)

Arguments

message

Optional. A character string to be displayed as a message within the plot. Defaults to NULL (no message).

Value

A ggplot2 plot object