We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
geom_blank()
1 parent 75e3112 commit dc8b989Copy full SHA for dc8b989
R/geom-blank.R
@@ -36,5 +36,6 @@ geom_blank <- function(mapping = NULL, data = NULL,
36
GeomBlank <- ggproto("GeomBlank", Geom,
37
default_aes = aes(),
38
handle_na = function(data, params) data,
39
+ check_constant_aes = FALSE,
40
draw_panel = function(...) nullGrob()
41
)
0 commit comments