ggpacket-class {ggpackets} | R Documentation |
A ggpacket object
Description
A ggpacket object
Add a ggpacket object to another, arbitrary object
Display contents of a ggpacket
Usage
## S4 method for signature 'ggpacket,ANY'
e1 + e2
## S4 method for signature 'ggpacket'
show(object)
Arguments
e1 |
A |
e2 |
Any object. |
object |
A ggpacket object to show. |
Slots
data
A dataset or waiver to use within the ggpacket ggcalls.
mapping
A ggplot aesthetic mapping to use within the ggpacket ggcalls.
dots
Arguments which should be passed before prespecified arguments to each ggcall.
ggcalls
A list of lazily evaluated ggplot layer construction expressions.
[Package ggpackets version 0.2.1 Index]