
Last chance! 50% off unlimited learning
Sale ends in
Facet specification: a single panel.
facet_null(shrink = TRUE)
If TRUE
, will shrink scales to fit output of
statistics, not raw data. If FALSE
, will be range of raw data
before statistical summary.
# NOT RUN {
# 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()
# }
Run the code above in your browser using DataLab