ggpacket-methods: A ggpacket object

ggpacket-classR 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 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.


dgkf/ggpackets documentation built on Oct. 12, 2022, 7:54 a.m.