facet_null: Facet specification: a single panel.

Description Usage Arguments Examples

View source: R/facet-null.r

Description

Facet specification: a single panel.

Usage

1
facet_null(shrink = TRUE)

Arguments

shrink

If TRUE, will shrink scales to fit output of statistics, not raw data. If FALSE, will be range of raw data before statistical summary.

Examples

1
2
3
# 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()

SahaRahul/ggplot2 documentation built on May 17, 2019, 1:46 p.m.