e_plot_blank: Create blank ggplot grob plot used as a place holder

View source: R/e_plot_HELPERS.R

e_plot_blankR Documentation

Create blank ggplot grob plot used as a place holder

Description

Create blank ggplot grob plot used as a place holder

Usage

e_plot_blank(text_label = c("", "N/A")[1])

Arguments

text_label

optional text label, such as "N/A"

Value

p_blank blank ggplot grob, possibly with a text label

Examples

p_blank <- e_plot_blank(text_label = c("", "N/A")[2])

erikerhardt/erikmisc documentation built on April 17, 2025, 10:48 a.m.