The function used when a ggpacket is called as a function
ggpacket_call.RdThe function used when a ggpacket is called as a function
Usage
ggpacket_call(mapping = NULL, data = NULL, ..., .id = character(0L))Arguments
- mapping
The aesthetic mapping to use as a basis for all layers within the
ggpacket. Layer-specific mappings will update the value of the mapping, and assigning..reset..to any aesthetic field will return the propegated aesthetic mapping to a default, unmapped state for that layer.- data
The data argument to use for all layers within the
ggpacket- ...
additional arguments passed to all bundled
ggplotlayers, and will be overwritten by layer-specific arguments if provided.- .id
an optional identifier tag for the
ggpacket, used for filtering arguments and aesthetics that are propegated into the containedggplotlayers.