Learn R Programming

ggghost (version 0.2.3)

print.ggghost: Collect ggghost calls and produce the ggplot output

Description

Collect ggghost calls and produce the ggplot output

Usage

# S3 method for ggghost
print(x, ...)

Value

The ggplot plot data (invisibly). Used for the side-effect of producing a ggplot plot.

Arguments

x

A ggghost object to be made into a ggplot grob

...

Not used, provided for print.default generic consistency.