cross_none {ggalign} | R Documentation |
Reset layout ordering and panel group
Description
Reset layout ordering and panel group
Usage
cross_none(
data = waiver(),
...,
inherit_index = NULL,
inherit_panel = NULL,
inherit_nobs = NULL
)
Arguments
data |
The dataset to use for the layout. By default,
|
... |
<dyn-dots> Additional arguments passed to
|
inherit_index |
A boolean value indicating whether to inherit the
ordering index. If |
inherit_panel |
A boolean value indicating whether to inherit the
panel group. If |
inherit_nobs |
A boolean value indicating whether to inherit the
number of observations (nobs). If |
[Package ggalign version 1.0.2 Index]