facet_null | R Documentation |
Facet specification: a single panel.
facet_null(shrink = TRUE)
shrink |
If |
# 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()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.