ggpacket is called as a functionThe function used when a ggpacket is called as a function
ggpacket_call(mapping = NULL, data = NULL, ..., .id = character(0L))A new ggpacket object with the new defaults applied
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.
The data argument to use for all layers within the
ggpacket
additional arguments passed to all bundled ggplot layers,
and will be overwritten by layer-specific arguments if provided.
an optional identifier tag for the ggpacket, used for
filtering arguments and aesthetics that are propegated into the contained
ggplot layers.