Skip to contents

A ggpacket object

Add a ggpacket object to another, arbitrary object

Display contents of a ggpacket

Usage

# S4 method for ggpacket,ANY
+(e1, e2)

# S4 method for ggpacket
show(object)

Arguments

e1

A ggpacket object.

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.