ggalign_data_set {ggalign} | R Documentation |
Attach supplementary data and levels for ggalign
Description
Attach supplementary data and levels for ggalign
Usage
ggalign_data_set(.data, ..., .lvls = NULL)
Arguments
.data |
Input data for the layout. |
... |
<dyn-dots> A list of data to be attached. |
.lvls |
A character vector representing the attached levels. |
Note
Used by developers in fortify_matrix()
, fortify_data_frame()
,
and other related methods.
See Also
[Package ggalign version 1.0.2 Index]