scheme_data {ggalign} | R Documentation |
Plot data Specifications
Description
Transforms the plot data. Many functions in this package require a specific
data format to align observations, scheme_data()
helps reformat data frames
as needed.
Usage
scheme_data(data, inherit = FALSE)
Arguments
data |
A function to transform the plot data before rendering. Acceptable values include:
Use this hook to modify the data for all |
inherit |
A single boolean value indicates whether to apply the parent
|
Details
Defaults will attempt to inherit from the parent layout if the actual data is
inherited from the parent layout, with one exception: align_dendro()
, which
will not inherit the scheme_data
by default.