parse_side_aes {ggside} | R Documentation |
Extending base ggproto classes for ggside
Description
These ggproto classes are slightly modified from their respective inherited ggproto class. The biggest difference is exposing 'x/yfill', 'x/ycolour', and 'x/ycolor' as viable aesthetic mappings.
Usage
parse_side_aes(data, params)
Arguments
data |
data passed internally |
params |
params available to ggproto object |
Value
ggproto object that is usually passed to layer
[Package ggside version 0.3.1 Index]