facet_null: Facet specification: a single panel.

View source: R/facet-null.R

facet_nullR Documentation

Facet specification: a single panel.

Description

Facet specification: a single panel.

Usage

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.

Layer layout

The layer(layout) argument in context of facet_null() is completely ignored.

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()

tidyverse/ggplot2 documentation built on April 13, 2025, 11:34 a.m.