Learn R Programming

xpose (version 0.4.19)

xpose_panels: Generic panel function for `xpose_plots`

Description

Convenience wrapper around ggforce faceting functions.

Usage

xpose_panels(xp_theme, extra_args)

Value

Output a `facet` layer. Layer will be `facet_wrap_paginate` if `facets` is a string, and `facet_grid_paginate` if `facets` is a formula.

Arguments

xp_theme

An `xpose_theme` object.

extra_args

User arguments to be passed to the faceting functions.