facet_null {ggplot2} | R Documentation |
Facet specification: a single panel.
Description
Facet specification: a single panel.
Usage
facet_null(shrink = TRUE)
Arguments
shrink |
If |
Examples
# facet_null is the default faceting specification if you
# don't override it with facet_grid or facet_wrap
ggplot(mtcars, aes(mpg, wt)) + geom_point()
[Package ggplot2 version 3.5.1 Index]