%+%                     Lazy handler for ggplot addition
.all_aesthetics         Extracted .all_aesthetics from internal ggplot2
                        with hardcoded fallback
[,ggpacket-method       Index into a ggpacket object
[.ggpacket              Subset a ggpacket for a selection of ggcalls
[[,ggpacket-method      Index into a ggpacket object
[[.ggpacket             Subset a ggpacket for a selection of ggcalls
as.list,ggpacket-method
                        Convert a ggpacket to a list of ggcalls
collapse_data           Collapse data arguments
collapse_mappings       Collapse aesthetic mappings arguments
deduplicate_params      Remove arguments with duplciated names
expand_dots             Expand dot arguments into named arguments
filter_by_ggcall_ids    Filter a named list by ids
gg_plus_ggpacket        Add a gg object to a ggpacket object
ggpacket                A container for lazy ggplot layers
ggpacket-class          A ggpacket object
ggpacket_call           The function used when a 'ggpacket' is called
                        as a function
ggpacket_plus_ANY       Swallow calls when a ggpacket is added to any
                        expression
ggpackets-package       ggpackets: Package Plot Layers for Easier
                        Portability and Modularization
handle_reset_mapping    Specific handling of ..reset.. aesthetic
length,ggpacket-method
                        Get the number of ggcalls within a ggpacket
match_unnamed_args      Match unnamed arguments
names,ggpacket-method   Fetch the ids associated with each ggcall
only_formals_and_dots   Filter for only arguments that can be accepted
                        by a given function
required_aesthetics     Check a ggpacket object for required aesthetic
                        arguments
self                    Returning the calling object from within a
                        function
smart_swap_mapping_data
                        Mimic ggplot2 behavior of intelligently
                        interpretting first layer argument
substitute_ggcall_dot_aes
                        Substitute a ggcall's dot aesthetics with their
                        redirected values
substitute_quote        Substitute a quoted expression in a given
                        environmment
update_data             Reduce data parameters, iteratively applying
                        functions or masking
update_mapping          Reduce a list of mappings, iteratively routing
                        aesthetics
with_ignore_unknown_params
                        Evaluate an expression, ignoring warnings about
                        unknown parameters
