xpose_panels {xpose} | R Documentation |
Generic panel function for 'xpose_plots'
Description
Convenience wrapper around ggforce faceting functions.
Usage
xpose_panels(xp_theme, extra_args)
Arguments
xp_theme |
An 'xpose_theme' object. |
extra_args |
User arguments to be passed to the faceting functions. |
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.
[Package xpose version 0.4.19 Index]