Create blank ggplot grob plot used as a place holder
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])