GGally (version 1.4.0)

is_blank_plot: Is Blank Plot? Find out if the plot equals a blank plot

Description

Is Blank Plot? Find out if the plot equals a blank plot

Usage

is_blank_plot(p)

Arguments

Examples

Run this code
# NOT RUN {
 GGally:::is_blank_plot(ggally_blank())
 GGally:::is_blank_plot(ggally_points(mtcars, ggplot2::aes_string(x = "disp", y = "hp")))

# }

Run the code above in your browser using DataCamp Workspace