bb_facet_wrap: bb_facet_wrap

View source: R/print.R

bb_facet_wrapR Documentation

bb_facet_wrap

Description

Facet a bbplot object into multiple panels.

Usage

bb_facet_wrap(facets, ncol = NULL, nrow = NULL, scales = "fixed")

Arguments

facets

a formula specifying faceting variable, e.g. ~cyl.

ncol

number of columns.

nrow

number of rows.

scales

scale behavior across facets, one of 'fixed', 'free', 'free_x', or 'free_y'.

Value

A modified bbplot object

Author(s)

Guangchuang Yu


plotbb documentation built on Jan. 15, 2026, 5:07 p.m.

Related to bb_facet_wrap in plotbb...